Skip to content

Commit 582cae7

Browse files
authored
Merge branch 'master' into fix-share
2 parents 2478541 + 905434d commit 582cae7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/theme/palette.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ export const lightModePalette: PaletteOptions = {
196196
primary: {
197197
main: Colors.KEPPEL
198198
},
199+
secondary: {
200+
main: Colors.charcoal[40]
201+
},
199202
background: {
200203
default: Colors.charcoal[100],
201204
secondary: Colors.accentGrey[90],
@@ -318,6 +321,9 @@ export const darkModePalette: PaletteOptions = {
318321
primary: {
319322
main: Colors.KEPPEL
320323
},
324+
secondary: {
325+
main: Colors.charcoal[70]
326+
},
321327
background: {
322328
default: Colors.charcoal[10],
323329
secondary: Colors.accentGrey[20],

0 commit comments

Comments
 (0)