Skip to content

Commit 9e0c032

Browse files
authored
Add missing token - $outlineNeutralHeavy (#2910)
1 parent a50498c commit 9e0c032

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+
$outlineNeutralHeavy: colorsPalette.grey10,
6768
$outlinePrimary: colorsPalette.violet30,
6869
$outlineGeneral: colorsPalette.blue30,
6970
$outlineWarning: colorsPalette.yellow30,

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+
$outlineNeutralHeavy: colorsPalette.grey40,
6768
$outlinePrimary: colorsPalette.violet50,
6869
$outlineGeneral: colorsPalette.blue50,
6970
$outlineWarning: colorsPalette.yellow40,

0 commit comments

Comments
 (0)