File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ export const MIN_WIDTH = {
23
23
} ;
24
24
25
25
export const DEFAULT_SIZE = ButtonSize . large ;
26
- export const DISABLED_COLOR = Colors . dark60 ;
26
+ export const DISABLED_COLOR = Colors . grey50 ;
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ exports[`Button backgroundColor should return theme disabled color if button is
217
217
style = {
218
218
Object {
219
219
" alignItems" : " center" ,
220
- " backgroundColor" : " #C2C7CB " ,
220
+ " backgroundColor" : " #D2D6D8 " ,
221
221
" borderRadius" : 999 ,
222
222
" flexDirection" : " row" ,
223
223
" justifyContent" : " center" ,
@@ -1913,7 +1913,7 @@ exports[`Button icon should return icon style according to different variations
1913
1913
style = {
1914
1914
Object {
1915
1915
" alignItems" : " center" ,
1916
- " backgroundColor" : " #C2C7CB " ,
1916
+ " backgroundColor" : " #D2D6D8 " ,
1917
1917
" borderRadius" : 999 ,
1918
1918
" flexDirection" : " row" ,
1919
1919
" justifyContent" : " center" ,
@@ -2770,7 +2770,7 @@ exports[`Button labelColor should return disabled text color according to theme
2770
2770
" lineHeight" : 24 ,
2771
2771
},
2772
2772
Object {
2773
- " color" : " #C2C7CB " ,
2773
+ " color" : " #D2D6D8 " ,
2774
2774
},
2775
2775
Object {},
2776
2776
Object {},
@@ -3302,7 +3302,7 @@ exports[`Button outline should return disabled color for outline if button is di
3302
3302
" lineHeight" : 24 ,
3303
3303
},
3304
3304
Object {
3305
- " color" : " #C2C7CB " ,
3305
+ " color" : " #D2D6D8 " ,
3306
3306
},
3307
3307
Object {},
3308
3308
Object {},
You can’t perform that action at this time.
0 commit comments