Skip to content

Commit 631758c

Browse files
authored
changed outline disabled color (#3098)
1 parent 60836f8 commit 631758c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/button/__tests__/__snapshots__/index.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4399,7 +4399,7 @@ exports[`Button outline should return disabled color for outline if button is di
43994399
{
44004400
"alignItems": "center",
44014401
"backgroundColor": "transparent",
4402-
"borderColor": "#D2D6D8",
4402+
"borderColor": "#E8ECF0",
44034403
"borderRadius": 999,
44044404
"borderWidth": 1,
44054405
"flexDirection": "row",

src/style/designTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262

6363
// OUTLINE
6464
$outlineDefault: colorsPalette.grey60,
65-
$outlineDisabled: colorsPalette.grey50,
65+
$outlineDisabled: colorsPalette.grey60,
6666
$outlineDisabledHeavy: colorsPalette.grey30,
6767
$outlineNeutral: colorsPalette.grey50,
6868
$outlineNeutralHeavy: colorsPalette.grey10,

src/style/designTokensDM.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262

6363
// OUTLINE
6464
$outlineDefault: colorsPalette.grey5,
65-
$outlineDisabled: colorsPalette.grey20,
65+
$outlineDisabled: colorsPalette.grey5,
6666
$outlineDisabledHeavy: colorsPalette.grey40,
6767
$outlineNeutral: colorsPalette.grey20,
6868
$outlineNeutralHeavy: colorsPalette.grey40,

0 commit comments

Comments
 (0)