File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,9 @@ declare module '@mui/material/styles' {
193
193
}
194
194
195
195
export const lightModePalette : PaletteOptions = {
196
+ primary : {
197
+ main : Colors . KEPPEL
198
+ } ,
196
199
background : {
197
200
default : Colors . charcoal [ 100 ] ,
198
201
secondary : Colors . accentGrey [ 90 ] ,
@@ -312,6 +315,9 @@ export const lightModePalette: PaletteOptions = {
312
315
} ;
313
316
314
317
export const darkModePalette : PaletteOptions = {
318
+ primary : {
319
+ main : Colors . KEPPEL
320
+ } ,
315
321
background : {
316
322
default : Colors . charcoal [ 10 ] ,
317
323
secondary : Colors . accentGrey [ 20 ] ,
@@ -386,9 +392,9 @@ export const darkModePalette: PaletteOptions = {
386
392
} ,
387
393
text : {
388
394
default : Colors . charcoal [ 100 ] ,
389
- secondary : Colors . charcoal [ 40 ] ,
395
+ secondary : Colors . charcoal [ 70 ] ,
390
396
tertiary : Colors . charcoal [ 60 ] ,
391
- disabled : Colors . charcoal [ 70 ] ,
397
+ disabled : Colors . charcoal [ 60 ] ,
392
398
inverse : Colors . charcoal [ 10 ] ,
393
399
brand : Colors . keppel [ 40 ] ,
394
400
info : Colors . blue [ 40 ] ,
You can’t perform that action at this time.
0 commit comments