File tree Expand file tree Collapse file tree 5 files changed +0
-6
lines changed Expand file tree Collapse file tree 5 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ export const typography = recipe({
40
40
color : {
41
41
primary : sx ( { color : '$text_primary' } ) ,
42
42
secondary : sx ( { color : '$text_secondary' } ) ,
43
- grey : sx ( { color : '$text_grey' } ) ,
44
43
accent : sx ( { color : '$text_accent' } ) ,
45
44
highlight : sx ( { color : '$data_blue' } ) ,
46
45
success : sx ( { color : '$data_green' } ) ,
Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ export const colors = {
172
172
$text_secondary : '' ,
173
173
$text_on_gradient : '' ,
174
174
$text_accent : '' ,
175
- $text_grey : '' ,
176
175
$text_gradient : '' ,
177
176
178
177
$metadata_secondary_label_color : '' ,
Original file line number Diff line number Diff line change @@ -28,9 +28,7 @@ export const spacing = {
28
28
$116 : '116px' ,
29
29
$120 : '120px' ,
30
30
$148 : '148px' ,
31
- $160 : '160px' ,
32
31
$214 : '214px' ,
33
- $235 : '235px' ,
34
32
$294 : '294px' ,
35
33
$312 : '312px' ,
36
34
$336 : '336px' ,
Original file line number Diff line number Diff line change @@ -244,7 +244,6 @@ const colors: Colors = {
244
244
$text_secondary : darkColorScheme . $primary_light_grey ,
245
245
$text_on_gradient : darkColorScheme . $primary_white ,
246
246
$text_accent : darkColorScheme . $primary_accent_purple ,
247
- $text_grey : darkColorScheme . $primary_grey ,
248
247
$text_gradient : laceGradient ,
249
248
250
249
$metadata_secondary_label_color : darkColorScheme . $primary_light_grey ,
Original file line number Diff line number Diff line change @@ -265,7 +265,6 @@ const colors: Colors = {
265
265
$text_secondary : lightColorScheme . $primary_dark_grey ,
266
266
$text_on_gradient : lightColorScheme . $primary_white ,
267
267
$text_accent : lightColorScheme . $primary_accent_purple ,
268
- $text_grey : lightColorScheme . $primary_grey ,
269
268
$text_gradient : laceGradient ,
270
269
271
270
$metadata_secondary_label_color : lightColorScheme . $primary_dark_grey ,
You can’t perform that action at this time.
0 commit comments