Skip to content

Commit d042d8a

Browse files
committed
add $outlineDefault token
1 parent 3e02661 commit d042d8a

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
@@ -62,6 +62,7 @@ export default {
6262
$outlineLight: colorsPalette.white,
6363
$outlineNeutral: colorsPalette.grey60,
6464
$outlineNeutralMedium: colorsPalette.grey50,
65+
$outlineDefault: colorsPalette.grey60,
6566
$outlineDisabled: colorsPalette.grey50,
6667
$outlineDisabledHeavy: colorsPalette.grey30,
6768
$outlinePrimary: colorsPalette.violet30,

src/style/designTokensDM.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export default {
6262
$outlineLight: colorsPalette.grey70,
6363
$outlineNeutral: colorsPalette.grey10,
6464
$outlineNeutralMedium: colorsPalette.grey20,
65+
$outlineDefault: colorsPalette.grey10,
6566
$outlineDisabled: colorsPalette.grey20,
6667
$outlineDisabledHeavy: colorsPalette.grey40,
6768
$outlinePrimary: colorsPalette.violet50,

0 commit comments

Comments
 (0)