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
  • Loading branch information
cdedreuille committed Nov 2, 2023
2 parents fbc8624 + 2c264f1 commit ac9880f
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 @@ -22,7 +22,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 ac9880f

Please sign in to comment.