-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
fix(ds): Color design tokens are clickable in IDE + fix typos #17625
Conversation
WalkthroughThis pull request updates the type declarations for theme palette constants in the theme package. The explicit type annotations using 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (3)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
d68fd8b
to
73453b5
Compare
@@ -116,7 +116,7 @@ export const colorsV2 = { | |||
baseFillElementBrandSofterInverse: paletteV2.darkGreenAlpha50, | |||
baseFillElementBrandSoftInverse: paletteV2.darkGreenAlpha75, | |||
baseFillElementElevated: paletteV2.globalWhiteAlpha1000, | |||
baseFillElementGhost: paletteV2.globaltransparent, | |||
baseFillElementGhost: paletteV2.globalTransparent, |
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.
fix typo
@@ -476,7 +476,7 @@ export const colorsV2 = { | |||
baseFillElementBrandSofterInverse: paletteV2.darkGreenAlpha50, | |||
baseFillElementBrandSoftInverse: paletteV2.darkGreenAlpha75, | |||
baseFillElementElevated: paletteV2.darkCoolGrey75, | |||
baseFillElementGhost: paletteV2.globaltransparent, | |||
baseFillElementGhost: paletteV2.globalTransparent, |
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.
fix typo
73453b5
to
5971a9c
Compare
@@ -264,7 +264,7 @@ export const colorVariants: Record<ThemeColorVariant, Colors> = { | |||
borderOnElevation0: paletteV1.darkGray300, | |||
borderOnElevation1: paletteV1.darkGray400, | |||
borderSecondary: paletteV1.darkSecondaryGreen800, | |||
borderSubtleInverted: paletteV1.LightBlackAlpha600, | |||
borderSubtleInverted: paletteV1.lightBlackAlpha600, |
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.
fix typo
Description
only for DX
Related Issue
Resolve
Screenshots: