File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
packages/yoga/src/Checkbox Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const CheckboxSwitch = ({
1919 backgroundColor : colors . primary ,
2020 } ,
2121 disabled : {
22- backgroundColor : colors . elements . backgroundAndDisabled ,
22+ backgroundColor : colors . steady ,
2323 } ,
2424 } ,
2525 thumb : {
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ exports[`<Checkbox /> <Checkbox.Switch /> Snapshots should match snapshot with d
182182 disabled = { true }
183183 style = {
184184 {
185- " backgroundColor" : " #F5F5FA " ,
185+ " backgroundColor" : " #8F8F8F " ,
186186 " borderRadius" : 9999 ,
187187 " display" : " flex" ,
188188 " height" : 24 ,
@@ -257,7 +257,7 @@ exports[`<Checkbox /> <Checkbox.Switch /> Snapshots should match snapshot with d
257257 disabled = { true }
258258 style = {
259259 {
260- " backgroundColor" : " #F5F5FA " ,
260+ " backgroundColor" : " #8F8F8F " ,
261261 " borderRadius" : 9999 ,
262262 " display" : " flex" ,
263263 " height" : 24 ,
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ exports[`<Checkbox /> <Checkbox.Switch /> Snapshots should match snapshot with d
223223 transition - property : background - color ;
224224 - webkit - transition - duration : 300ms ;
225225 transition - duration : 300ms ;
226- background - color : #F5F5FA ;
226+ background - color : #8 F8F8F ;
227227 cursor : not - allowed ;
228228}
229229
@@ -334,7 +334,7 @@ exports[`<Checkbox /> <Checkbox.Switch /> Snapshots should match snapshot with d
334334 transition - property : background - color ;
335335 - webkit - transition - duration : 300ms ;
336336 transition - duration : 300ms ;
337- background - color : #F5F5FA ;
337+ background - color : #8 F8F8F ;
338338 cursor : not - allowed ;
339339}
340340
You can’t perform that action at this time.
0 commit comments