Skip to content

Conversation

PJ-Snap
Copy link

@PJ-Snap PJ-Snap commented Jul 24, 2025

adds support for clerk organization components

@TimChild
Copy link
Owner

Thanks for the PR.

I'll look into the issue in the CI -- it's been a while since I last looked at this. Hopefully will get to it on the weekend.

Otherwise your changes look pretty good.

Were you able to get the appearance prop to work? I vaguely remember having issues with that in the past.

@PJ-Snap
Copy link
Author

PJ-Snap commented Jul 24, 2025

Were you able to get the appearance prop to work? I vaguely remember having issues with that in the past.

Yes its working fine here is my code

CLERK_STYLES = {
"baseTheme": "light",
"variables": {
"colorPrimary": "#4f46e5", # indigo-600 to match app's primary color
"colorBackground": "#ffffff", # white background to match app
"colorText": "#111827", # gray-900 for main text
"colorTextSecondary": "#6b7280", # gray-500 for secondary text
"fontFamily": "Inter, sans-serif",
"borderRadius": "0.375rem", # rounded-md (6px) to match app's border radius
},
}

clerk.wrap_app(
app,
publishable_key=settings.CLERK_PUBLISHABLE_KEY,
secret_key=settings.CLERK_SECRET_KEY,
register_user_state=True,
appearance=CLERK_STYLES,
)

@PJ-Snap
Copy link
Author

PJ-Snap commented Aug 7, 2025

@TimChild everying ok with the PR?

PJ-Snap and others added 2 commits August 22, 2025 12:33
adds support for clerk organization components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants