Skip to content

Commit 48b3c36

Browse files
cdedreuillestorybook-bot
authored andcommitted
Merge pull request #24525 from maheshchandra10/fix(23454)-raw-button-contrast-ratio
UI: Fix button contrast-ratio (cherry picked from commit ac9880f)
1 parent a923bd8 commit 48b3c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/lib/theming/src/themes/light.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const theme: ThemeVars = {
2121
// Text colors
2222
textColor: color.darkest,
2323
textInverseColor: color.lightest,
24-
textMutedColor: color.mediumdark,
24+
textMutedColor: color.dark,
2525

2626
// Toolbar default and active colors
2727
barTextColor: color.mediumdark,

0 commit comments

Comments
 (0)