Skip to content

Commit

Permalink
fix(23454)-raw button contrast ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshchandra10 committed Oct 19, 2023
1 parent de82e37 commit cd5f811
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 cd5f811

Please sign in to comment.