-
Notifications
You must be signed in to change notification settings - Fork 364
feat(clerk-js): Add colorShadow
variable option
#6290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(clerk-js): Add colorShadow
variable option
#6290
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -731,8 +731,8 @@ export type Variables = { | |||
*/ | |||
colorRing?: CssColor; | |||
/** | |||
* The color of the shadow used in card components. | |||
* @default 'rgba(25, 28, 33, 0.20)' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this the case for only shadows.input
and shadows.focusRing
? Or for none at all ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure I understand the question.
…s-for-current-variables' into alexcarpenter/variables-color-shadow
aa65eec
into
alexcarpenter/user-2202-add-clerk-css-variable-utilities-for-current-variables
Description
This PR adds support for
colorShadow
variable usage. We've simplified the shadows to be derived from a single value instead of the custom rgb values.Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change