Skip to content

Commit

Permalink
update secondary background token
Browse files Browse the repository at this point in the history
Signed-off-by: aabidsofi19 <[email protected]>
  • Loading branch information
aabidsofi19 committed Oct 28, 2024
1 parent e35096e commit ad776d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export const lightModePalette: PaletteOptions = {
export const darkModePalette: PaletteOptions = {
background: {
default: Colors.charcoal[10],
secondary: Colors.accentGrey[10],
secondary: Colors.accentGrey[20],
tertiary: Colors.accentGrey[30],
hover: Colors.charcoal[20],
supplementary: Colors.accentGrey[40],
Expand Down

0 comments on commit ad776d9

Please sign in to comment.