File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ declare module '@mui/material/styles' {
19
19
default : string ;
20
20
} ;
21
21
tabs ?: string ;
22
+ card ?: string ;
22
23
tertiary ?: string ;
23
24
hover ?: string ;
24
25
blur ?: {
@@ -196,6 +197,7 @@ export const lightModePalette: PaletteOptions = {
196
197
secondary : Colors . accentGrey [ 90 ] ,
197
198
tertiary : Colors . accentGrey [ 80 ] ,
198
199
tabs : Colors . accentGrey [ 100 ] , // TODO: Make this name or token to more genric
200
+ card : Colors . charcoal [ 100 ] ,
199
201
hover : Colors . charcoal [ 90 ] ,
200
202
supplementary : Colors . accentGrey [ 40 ] ,
201
203
blur : {
@@ -313,6 +315,7 @@ export const darkModePalette: PaletteOptions = {
313
315
secondary : Colors . accentGrey [ 20 ] ,
314
316
tertiary : Colors . accentGrey [ 30 ] ,
315
317
tabs : Colors . gray [ 10 ] , // TODO: Make this name or token to more genric
318
+ card : Colors . gray [ 20 ] ,
316
319
hover : Colors . charcoal [ 20 ] ,
317
320
supplementary : Colors . accentGrey [ 40 ] ,
318
321
blur : {
You can’t perform that action at this time.
0 commit comments