File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,8 @@ export const charcoal = {
104
104
105
105
export const gray = {
106
106
10 : '#1A1A1A' ,
107
- 20 : '#212121'
107
+ 20 : '#212121' ,
108
+ 30 : '#303030'
108
109
} ;
109
110
110
111
export const accentGrey = {
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
+ elevatedComponents ?: string ;
22
23
card ?: string ;
23
24
tertiary ?: string ;
24
25
hover ?: string ;
@@ -198,6 +199,7 @@ export const lightModePalette: PaletteOptions = {
198
199
tertiary : Colors . accentGrey [ 80 ] ,
199
200
tabs : Colors . accentGrey [ 100 ] , // TODO: Make this name or token to more genric
200
201
card : Colors . charcoal [ 100 ] ,
202
+ elevatedComponents : Colors . WHITE ,
201
203
hover : Colors . charcoal [ 90 ] ,
202
204
supplementary : Colors . accentGrey [ 40 ] ,
203
205
blur : {
@@ -316,6 +318,7 @@ export const darkModePalette: PaletteOptions = {
316
318
tertiary : Colors . accentGrey [ 30 ] ,
317
319
tabs : Colors . gray [ 10 ] , // TODO: Make this name or token to more genric
318
320
card : Colors . gray [ 20 ] ,
321
+ elevatedComponents : Colors . gray [ 30 ] ,
319
322
hover : Colors . charcoal [ 20 ] ,
320
323
supplementary : Colors . accentGrey [ 40 ] ,
321
324
blur : {
You can’t perform that action at this time.
0 commit comments