Skip to content

Commit ee920e3

Browse files
authored
Infra/ update and add tokens (#2032)
1 parent cc31e6f commit ee920e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/style/designTokens.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default {
3939
$textPrimary: colorsPalette.violet30,
4040
$textGeneral: colorsPalette.blue30,
4141
$textSuccess: colorsPalette.green10,
42+
$textSuccessLight: colorsPalette.green30,
4243
$textMajor: colorsPalette.orange10,
4344
$textDanger: colorsPalette.red10,
4445
$textDangerLight: colorsPalette.red30,

src/style/designTokensDM.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {colorsPalette} from './colorsPalette';
33
export default {
44
// BACKGROUND
55
$backgroundDefault: colorsPalette.dmBlack,
6-
$backgroundElevated: colorsPalette.grey10,
6+
$backgroundElevated: colorsPalette.grey1,
77
$backgroundNeutralHeavy: colorsPalette.grey50,
88
$backgroundNeutralIdle: colorsPalette.grey30,
99
$backgroundNeutralMedium: colorsPalette.grey10,
@@ -39,6 +39,7 @@ export default {
3939
$textPrimary: colorsPalette.violet50,
4040
$textGeneral: colorsPalette.blue50,
4141
$textSuccess: colorsPalette.green60,
42+
$textSuccessLight: colorsPalette.green40,
4243
$textMajor: colorsPalette.orange60,
4344
$textDanger: colorsPalette.red60,
4445
$textDangerLight: colorsPalette.red40,

0 commit comments

Comments
 (0)