Skip to content

Commit 0130e09

Browse files
authored
DesignTokens - new keys (#1936)
1 parent 2b77a42 commit 0130e09

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/style/designTokens.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default {
2020
$backgroundWarningHeavy: colorsPalette.yellow30,
2121
$backgroundWarning: colorsPalette.yellow70,
2222
$backgroundMajor: colorsPalette.orange80,
23+
$backgroundMajorHeavy: colorsPalette.orange30,
2324
$backgroundDangerHeavy: colorsPalette.red30,
2425
$backgroundDanger: colorsPalette.red80,
2526
$backgroundDisabled: colorsPalette.grey50,
@@ -67,6 +68,7 @@ export default {
6768
$outlineGeneral: colorsPalette.blue30,
6869
$outlineWarning: colorsPalette.yellow30,
6970
$outlineDanger: colorsPalette.red30,
71+
$outlineInverted: colorsPalette.white,
7072

7173
// DIVIDER
7274
$dividerDefault: colorsPalette.grey60

src/style/designTokensDM.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default {
2020
$backgroundWarningHeavy: colorsPalette.yellow40,
2121
$backgroundWarning: colorsPalette.yellow5,
2222
$backgroundMajor: colorsPalette.orange1,
23+
$backgroundMajorHeavy: colorsPalette.orange40,
2324
$backgroundDangerHeavy: colorsPalette.red40,
2425
$backgroundDanger: colorsPalette.red1,
2526
$backgroundDisabled: colorsPalette.grey20,
@@ -67,6 +68,7 @@ export default {
6768
$outlineGeneral: colorsPalette.blue50,
6869
$outlineWarning: colorsPalette.yellow40,
6970
$outlineDanger: colorsPalette.red40,
71+
$outlineInverted: colorsPalette.grey10,
7072

7173
// DIVIDER
7274
$dividerDefault: colorsPalette.grey10

0 commit comments

Comments
 (0)