Skip to content

Commit 68eafa1

Browse files
committed
infra/ update divider and icon tokens (#1965)
1 parent 46b9d28 commit 68eafa1

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

src/style/designTokens.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ export default {
5252
$iconGeneral: colorsPalette.blue30,
5353
$iconGeneralLight: colorsPalette.blue50,
5454
$iconSuccess: colorsPalette.green10,
55-
$iconSuccessLight: colorsPalette.green40,
55+
$iconSuccessLight: colorsPalette.green30,
5656
$iconMajor: colorsPalette.orange10,
5757
$iconDanger: colorsPalette.red10,
58-
$iconDangerLight: colorsPalette.red40,
58+
$iconDangerLight: colorsPalette.red30,
5959
$iconDisabled: colorsPalette.grey50,
6060

6161
// OUTLINE
@@ -66,8 +66,5 @@ export default {
6666
$outlineGeneral: colorsPalette.blue30,
6767
$outlineWarning: colorsPalette.yellow30,
6868
$outlineDanger: colorsPalette.red30,
69-
$outlineInverted: colorsPalette.white,
70-
71-
// DIVIDER
72-
$dividerDefault: colorsPalette.grey60
69+
$outlineInverted: colorsPalette.white
7370
};

src/style/designTokensDM.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ export default {
5252
$iconGeneral: colorsPalette.blue50,
5353
$iconGeneralLight: colorsPalette.blue30,
5454
$iconSuccess: colorsPalette.green60,
55-
$iconSuccessLight: colorsPalette.green30,
55+
$iconSuccessLight: colorsPalette.green40,
5656
$iconMajor: colorsPalette.orange60,
5757
$iconDanger: colorsPalette.red60,
58-
$iconDangerLight: colorsPalette.red30,
58+
$iconDangerLight: colorsPalette.red40,
5959
$iconDisabled: colorsPalette.grey20,
6060

6161
// OUTLINE
@@ -66,8 +66,5 @@ export default {
6666
$outlineGeneral: colorsPalette.blue50,
6767
$outlineWarning: colorsPalette.yellow40,
6868
$outlineDanger: colorsPalette.red40,
69-
$outlineInverted: colorsPalette.grey10,
70-
71-
// DIVIDER
72-
$dividerDefault: colorsPalette.grey10
69+
$outlineInverted: colorsPalette.grey10
7370
};

0 commit comments

Comments
 (0)