Skip to content

Commit 4befb01

Browse files
authored
A (#3127)
1 parent 08f9eb1 commit 4befb01

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/style/designTokens.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,13 @@ export default {
6767
$outlineNeutral: colorsPalette.grey50,
6868
$outlineNeutralHeavy: colorsPalette.grey10,
6969
$outlinePrimary: colorsPalette.violet30,
70+
$outlinePrimaryMedium: colorsPalette.blue70,
7071
$outlineGeneral: colorsPalette.blue30,
7172
$outlineWarning: colorsPalette.yellow30,
7273
$outlineDanger: colorsPalette.red30,
73-
$outlineInverted: colorsPalette.white
74+
$outlineInverted: colorsPalette.white,
75+
76+
// BLACK AND WHITE
77+
$black: colorsPalette.black,
78+
$white: colorsPalette.white
7479
};

src/style/designTokensDM.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,13 @@ export default {
6767
$outlineNeutral: colorsPalette.grey20,
6868
$outlineNeutralHeavy: colorsPalette.grey40,
6969
$outlinePrimary: colorsPalette.violet50,
70+
$outlinePrimaryMedium: colorsPalette.blue5,
7071
$outlineGeneral: colorsPalette.blue50,
7172
$outlineWarning: colorsPalette.yellow40,
7273
$outlineDanger: colorsPalette.red40,
73-
$outlineInverted: colorsPalette.grey10
74+
$outlineInverted: colorsPalette.grey10,
75+
76+
// BLACK AND WHITE
77+
$black: colorsPalette.white,
78+
$white: colorsPalette.black
7479
};

0 commit comments

Comments
 (0)