Skip to content

Commit 9ff8a84

Browse files
authored
Merge pull request #778 from layer5io/colors
update secondary background token
2 parents e35096e + ad776d9 commit 9ff8a84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme/palette.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export const lightModePalette: PaletteOptions = {
307307
export const darkModePalette: PaletteOptions = {
308308
background: {
309309
default: Colors.charcoal[10],
310-
secondary: Colors.accentGrey[10],
310+
secondary: Colors.accentGrey[20],
311311
tertiary: Colors.accentGrey[30],
312312
hover: Colors.charcoal[20],
313313
supplementary: Colors.accentGrey[40],

0 commit comments

Comments
 (0)