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' {
1919 default : string ;
2020 } ;
2121 tabs ?: string ;
22+ card ?: string ;
2223 tertiary ?: string ;
2324 hover ?: string ;
2425 blur ?: {
@@ -196,6 +197,7 @@ export const lightModePalette: PaletteOptions = {
196197 secondary : Colors . accentGrey [ 90 ] ,
197198 tertiary : Colors . accentGrey [ 80 ] ,
198199 tabs : Colors . accentGrey [ 100 ] , // TODO: Make this name or token to more genric
200+ card : Colors . charcoal [ 100 ] ,
199201 hover : Colors . charcoal [ 90 ] ,
200202 supplementary : Colors . accentGrey [ 40 ] ,
201203 blur : {
@@ -313,6 +315,7 @@ export const darkModePalette: PaletteOptions = {
313315 secondary : Colors . accentGrey [ 20 ] ,
314316 tertiary : Colors . accentGrey [ 30 ] ,
315317 tabs : Colors . gray [ 10 ] , // TODO: Make this name or token to more genric
318+ card : Colors . gray [ 20 ] ,
316319 hover : Colors . charcoal [ 20 ] ,
317320 supplementary : Colors . accentGrey [ 40 ] ,
318321 blur : {
You can’t perform that action at this time.
0 commit comments