Skip to content

Commit

Permalink
Merge pull request #24525 from maheshchandra10/fix(23454)-raw-button-…
Browse files Browse the repository at this point in the history
…contrast-ratio

UI: Fix button contrast-ratio
(cherry picked from commit ac9880f)
  • Loading branch information
cdedreuille authored and storybook-bot committed Nov 6, 2023
1 parent 312c819 commit b0b7dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/theming/src/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const theme: ThemeVars = {
// Text colors
textColor: color.darkest,
textInverseColor: color.lightest,
textMutedColor: color.mediumdark,
textMutedColor: color.dark,

// Toolbar default and active colors
barTextColor: color.mediumdark,
Expand Down

0 comments on commit b0b7dbd

Please sign in to comment.