Skip to content

Commit

Permalink
fix(odyssey-storybook): map darker to the correct number
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancunningham-okta committed Aug 27, 2024
1 parent e0dfc96 commit ed19476
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 @@ -30,7 +30,7 @@ export const palette = ({
light: odysseyTokens.HueBlue300,
main: odysseyTokens.HueBlue500,
dark: odysseyTokens.HueBlue700,
darker: odysseyTokens.HueBlue900,
darker: odysseyTokens.HueBlue800,
contrastText: odysseyTokens.TypographyColorInverse,
},
secondary: {
Expand Down

0 comments on commit ed19476

Please sign in to comment.