We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a61d9f6 + 8cc0e5f commit 905434dCopy full SHA for 905434d
src/theme/palette.ts
@@ -196,6 +196,9 @@ export const lightModePalette: PaletteOptions = {
196
primary: {
197
main: Colors.KEPPEL
198
},
199
+ secondary: {
200
+ main: Colors.charcoal[40]
201
+ },
202
background: {
203
default: Colors.charcoal[100],
204
secondary: Colors.accentGrey[90],
@@ -318,6 +321,9 @@ export const darkModePalette: PaletteOptions = {
318
321
319
322
320
323
324
325
+ main: Colors.charcoal[70]
326
327
328
default: Colors.charcoal[10],
329
secondary: Colors.accentGrey[20],
0 commit comments