File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/button/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4399,7 +4399,7 @@ exports[`Button outline should return disabled color for outline if button is di
4399
4399
{
4400
4400
" alignItems" : " center" ,
4401
4401
" backgroundColor" : " transparent" ,
4402
- " borderColor" : " #D2D6D8 " ,
4402
+ " borderColor" : " #E8ECF0 " ,
4403
4403
" borderRadius" : 999 ,
4404
4404
" borderWidth" : 1 ,
4405
4405
" flexDirection" : " row" ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export default {
62
62
63
63
// OUTLINE
64
64
$outlineDefault : colorsPalette . grey60 ,
65
- $outlineDisabled : colorsPalette . grey50 ,
65
+ $outlineDisabled : colorsPalette . grey60 ,
66
66
$outlineDisabledHeavy : colorsPalette . grey30 ,
67
67
$outlineNeutral : colorsPalette . grey50 ,
68
68
$outlineNeutralHeavy : colorsPalette . grey10 ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export default {
62
62
63
63
// OUTLINE
64
64
$outlineDefault : colorsPalette . grey5 ,
65
- $outlineDisabled : colorsPalette . grey20 ,
65
+ $outlineDisabled : colorsPalette . grey5 ,
66
66
$outlineDisabledHeavy : colorsPalette . grey40 ,
67
67
$outlineNeutral : colorsPalette . grey20 ,
68
68
$outlineNeutralHeavy : colorsPalette . grey40 ,
You can’t perform that action at this time.
0 commit comments