Border radius for toggle switch
parent
86bc960d5f
commit
9252052d9c
|
@ -1,12 +1,12 @@
|
||||||
export default {
|
export default {
|
||||||
handle: {
|
handle: {
|
||||||
borderRadius: '50%',
|
borderRadius: '{border.radius.xs}',
|
||||||
size: '1.25rem'
|
size: '1.25rem'
|
||||||
},
|
},
|
||||||
root: {
|
root: {
|
||||||
width: '3rem',
|
width: '3rem',
|
||||||
height: '1.75rem',
|
height: '1.75rem',
|
||||||
borderRadius: '30px',
|
borderRadius: '{border.radius.sm}',
|
||||||
gap: '0.25rem',
|
gap: '0.25rem',
|
||||||
shadow: '{form.field.shadow}',
|
shadow: '{form.field.shadow}',
|
||||||
focusRing: {
|
focusRing: {
|
||||||
|
|
Loading…
Reference in New Issue