Skip to content

Commit dba5d6c

Browse files
authored
DesignTokens - add $outlineNeutral token (#3062)
1 parent 2bff5d1 commit dba5d6c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/style/designTokens.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export default {
6464
$outlineDefault: colorsPalette.grey60,
6565
$outlineDisabled: colorsPalette.grey50,
6666
$outlineDisabledHeavy: colorsPalette.grey30,
67+
$outlineNeutral: colorsPalette.grey50,
6768
$outlineNeutralHeavy: colorsPalette.grey10,
6869
$outlinePrimary: colorsPalette.violet30,
6970
$outlineGeneral: colorsPalette.blue30,

src/style/designTokensDM.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export default {
6464
$outlineDefault: colorsPalette.grey5,
6565
$outlineDisabled: colorsPalette.grey20,
6666
$outlineDisabledHeavy: colorsPalette.grey40,
67+
$outlineNeutral: colorsPalette.grey20,
6768
$outlineNeutralHeavy: colorsPalette.grey40,
6869
$outlinePrimary: colorsPalette.violet50,
6970
$outlineGeneral: colorsPalette.blue50,

0 commit comments

Comments
 (0)