Skip to content

Commit

Permalink
fix(odyssey-react-mui): make text disabled color more a11y-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
edburyenegren-okta committed Apr 5, 2023
1 parent 39ebde0 commit 372a010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/odyssey-react-mui/src/theme/palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const palette: ThemeOptions["palette"] = {
text: {
primary: Tokens.ColorPaletteNeutral900,
secondary: Tokens.ColorPaletteNeutral600,
disabled: Tokens.ColorPaletteNeutral500,
disabled: Tokens.ColorPaletteNeutral600,
},
divider: Tokens.ColorBorderDisplay,
background: {
Expand Down

0 comments on commit 372a010

Please sign in to comment.