We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbb8da commit 7bb79c9Copy full SHA for 7bb79c9
packages/design-tokens/src/js/themes/lightTheme/colors.ts
@@ -129,7 +129,7 @@ export const colors: ThemeColors = {
129
default: brandColor.blue500,
130
/** Muted color for informational semantic (#4459ff1a) */
131
muted: '#4459ff1a',
132
- /** For elements placed on top of info/default fill (#FFFFFF) */
+ /** For elements placed on top of info/default (#FFFFFF) */
133
inverse: brandColor.grey000,
134
},
135
flask: {
0 commit comments