File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ export const saffron = {
89
89
* Grayscale Colors
90
90
*/
91
91
export const charcoal = {
92
+ 110 : '#525252' ,
92
93
100 : '#FDFDFD' ,
93
94
90 : '#EAEDEE' ,
94
95
80 : '#D2D8DA' ,
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ declare module '@mui/material/styles' {
18
18
graphics ?: {
19
19
default : string ;
20
20
} ;
21
+ tabs ?: string ;
21
22
tertiary ?: string ;
22
23
hover ?: string ;
23
24
blur ?: {
@@ -194,6 +195,7 @@ export const lightModePalette: PaletteOptions = {
194
195
default : Colors . charcoal [ 100 ] ,
195
196
secondary : Colors . accentGrey [ 90 ] ,
196
197
tertiary : Colors . accentGrey [ 80 ] ,
198
+ tabs : Colors . charcoal [ 70 ] ,
197
199
hover : Colors . charcoal [ 90 ] ,
198
200
supplementary : Colors . accentGrey [ 40 ] ,
199
201
blur : {
@@ -309,6 +311,7 @@ export const darkModePalette: PaletteOptions = {
309
311
default : Colors . charcoal [ 10 ] ,
310
312
secondary : Colors . accentGrey [ 20 ] ,
311
313
tertiary : Colors . accentGrey [ 30 ] ,
314
+ tabs : Colors . charcoal [ 110 ] ,
312
315
hover : Colors . charcoal [ 20 ] ,
313
316
supplementary : Colors . accentGrey [ 40 ] ,
314
317
blur : {
You can’t perform that action at this time.
0 commit comments