Skip to content

Commit 905434d

Browse files
authored
Merge pull request #1059 from amitamrutiya/add-secondary
add secondary color for light and dark mode
2 parents a61d9f6 + 8cc0e5f commit 905434d

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)