Skip to content

Commit

Permalink
Merge pull request layer5io#778 from layer5io/colors
Browse files Browse the repository at this point in the history
update secondary background token
  • Loading branch information
aabidsofi19 authored Oct 28, 2024
2 parents e35096e + ad776d9 commit 9ff8a84
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 9ff8a84

Please sign in to comment.