@@ -347,15 +347,15 @@ styles = jss
347
347
348
348
, " &[type=\" checkbox\" ]:not([data-variant=\" switch\" ])" :
349
349
{ margin: [ inputPaddingYMobile, " 0" ]
350
- , height: " 20px"
350
+ , height: important " 20px"
351
351
, width: " 20px"
352
+ , padding: important " 0"
352
353
, alignSelf: " center"
353
354
, borderRadius: " 2px"
354
355
, display: " flex"
355
356
, justifyContent: " center"
356
357
, alignItems: " center"
357
358
, flexShrink: " 0"
358
- , padding: important " 0"
359
359
, color: cssStringHSLA colors.white
360
360
, backgroundColor: cssStringHSLA colors.white
361
361
, cursor: " pointer"
@@ -389,7 +389,7 @@ styles = jss
389
389
, " @media (min-width: 860px)" :
390
390
{ margin: [ inputPaddingYDesktop, " 0" ]
391
391
, " &[data-size=\" small\" ]" :
392
- { height: " 14px"
392
+ { height: important " 14px"
393
393
, width: " 14px"
394
394
395
395
, " &:checked" :
@@ -404,14 +404,14 @@ styles = jss
404
404
405
405
, " &[type=\" radio\" ]" :
406
406
{ appearance: " none"
407
- , height: " 20px"
407
+ , height: important " 20px"
408
408
, width: " 20px"
409
+ , padding: important " 0"
409
410
, alignSelf: " center"
410
411
, borderRadius: " 20px"
411
412
, display: " flex"
412
413
, justifyContent: " center"
413
414
, alignItems: " center"
414
- , padding: important " 0"
415
415
, margin: [ inputPaddingYMobile, " 0" ]
416
416
, color: cssStringHSLA colors.white
417
417
, backgroundColor: cssStringHSLA colors.white
@@ -431,7 +431,7 @@ styles = jss
431
431
, " @media (min-width: 860px)" :
432
432
{ margin: [ inputPaddingYDesktop, " 0" ]
433
433
, " &[data-size=\" small\" ]" :
434
- { height: " 16px"
434
+ { height: important " 16px"
435
435
, width: " 16px"
436
436
, " &:checked::after" :
437
437
{ height: " 8px"
@@ -452,7 +452,7 @@ styles = jss
452
452
, border: [ " 2px" , " solid" , cssStringHSLA colors.black2 ]
453
453
, backgroundColor: cssStringHSLA colors.black2
454
454
, borderRadius: " 16px"
455
- , height: " 16px"
455
+ , height: important " 16px"
456
456
, width: " 26px"
457
457
, padding: important " 0"
458
458
, margin: " 13px 0 11px 26px"
@@ -502,7 +502,7 @@ styles = jss
502
502
503
503
, " &[data-size=\" large\" ]" :
504
504
{ borderRadius: " 22px"
505
- , height: " 22px"
505
+ , height: important " 22px"
506
506
, width: " 35px"
507
507
, margin: " 10px 0 8px 26px"
508
508
, " @media (min-width: 860px)" :
0 commit comments