File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ type ThemeVariables = {
9
9
bg_element6 : string ;
10
10
bg_element7 : string ;
11
11
bg_element8 : string ;
12
- bg_element9 : string ;
13
12
bg_invert : string ;
14
13
text1 : string ;
15
14
text2 : string ;
@@ -61,7 +60,6 @@ const themeVariableSets: Record<Theme, ThemeVariables> = {
61
60
bg_element6 : '#343A40' ,
62
61
bg_element7 : '#FFFFFF' ,
63
62
bg_element8 : '#FBFDFC' ,
64
- bg_element9 : '#FFFFFF' ,
65
63
bg_invert : '#1E1E1E' ,
66
64
text1 : '#212529' ,
67
65
text2 : '#495057' ,
@@ -107,7 +105,6 @@ const themeVariableSets: Record<Theme, ThemeVariables> = {
107
105
bg_element6 : '#F8F9FA' ,
108
106
bg_element7 : '#252525' ,
109
107
bg_element8 : '#1E1E1E' ,
110
- bg_element9 : '#000000' ,
111
108
bg_invert : '#FFFFFF' ,
112
109
text1 : '#ECECEC' ,
113
110
text2 : '#D9D9D9' ,
You can’t perform that action at this time.
0 commit comments