File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ export default {
63
63
} ,
64
64
} ,
65
65
info : {
66
- background : colors . zinc [ 950 ] ,
67
- outline : colors . zinc [ 400 ] ,
68
- text : colors . zinc [ 50 ] ,
66
+ background : colors . gray [ 950 ] ,
67
+ outline : colors . gray [ 400 ] ,
68
+ text : colors . gray [ 50 ] ,
69
69
fill : {
70
- solid : colors . zinc [ 500 ] ,
71
- outline : colors . zinc [ 600 ] ,
70
+ solid : colors . gray [ 500 ] ,
71
+ outline : colors . gray [ 600 ] ,
72
72
text : colors . white ,
73
73
} ,
74
74
} ,
@@ -133,12 +133,12 @@ export default {
133
133
} ,
134
134
} ,
135
135
inactive : {
136
- background : colors . zinc [ 950 ] ,
137
- outline : colors . zinc [ 500 ] ,
138
- text : colors . zinc [ 50 ] ,
136
+ background : colors . gray [ 950 ] ,
137
+ outline : colors . gray [ 500 ] ,
138
+ text : colors . gray [ 50 ] ,
139
139
fill : {
140
- solid : colors . zinc [ 400 ] ,
141
- outline : colors . zinc [ 400 ] ,
140
+ solid : colors . gray [ 400 ] ,
141
+ outline : colors . gray [ 400 ] ,
142
142
text : colors . white ,
143
143
} ,
144
144
} ,
You can’t perform that action at this time.
0 commit comments