Skip to content

Commit 3aa3f11

Browse files
chore: remove unnecessary colors
1 parent 90f5c98 commit 3aa3f11

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

src/design-system/text/text.css.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export const typography = recipe({
4040
color: {
4141
primary: sx({ color: '$text_primary' }),
4242
secondary: sx({ color: '$text_secondary' }),
43-
grey: sx({ color: '$text_grey' }),
4443
accent: sx({ color: '$text_accent' }),
4544
highlight: sx({ color: '$data_blue' }),
4645
success: sx({ color: '$data_green' }),

src/design-tokens/colors.data.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ export const colors = {
172172
$text_secondary: '',
173173
$text_on_gradient: '',
174174
$text_accent: '',
175-
$text_grey: '',
176175
$text_gradient: '',
177176

178177
$metadata_secondary_label_color: '',

src/design-tokens/spacing.data.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ export const spacing = {
2828
$116: '116px',
2929
$120: '120px',
3030
$148: '148px',
31-
$160: '160px',
3231
$214: '214px',
33-
$235: '235px',
3432
$294: '294px',
3533
$312: '312px',
3634
$336: '336px',

src/design-tokens/theme/dark-theme.css.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ const colors: Colors = {
244244
$text_secondary: darkColorScheme.$primary_light_grey,
245245
$text_on_gradient: darkColorScheme.$primary_white,
246246
$text_accent: darkColorScheme.$primary_accent_purple,
247-
$text_grey: darkColorScheme.$primary_grey,
248247
$text_gradient: laceGradient,
249248

250249
$metadata_secondary_label_color: darkColorScheme.$primary_light_grey,

src/design-tokens/theme/light-theme.css.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ const colors: Colors = {
265265
$text_secondary: lightColorScheme.$primary_dark_grey,
266266
$text_on_gradient: lightColorScheme.$primary_white,
267267
$text_accent: lightColorScheme.$primary_accent_purple,
268-
$text_grey: lightColorScheme.$primary_grey,
269268
$text_gradient: laceGradient,
270269

271270
$metadata_secondary_label_color: lightColorScheme.$primary_dark_grey,

0 commit comments

Comments
 (0)