Border radius for toggle switch

pull/5701/head
Cagatay Civici 2024-05-08 13:54:34 +03:00
parent 86bc960d5f
commit 9252052d9c
1 changed files with 2 additions and 2 deletions

View File

@ -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: {