🎨 style: add default border radius when the shape is default on the button
This commit is contained in:
parent
d943423780
commit
d2990424d2
@ -26,7 +26,7 @@ export const buttonTheme = tv(
|
|||||||
true: 'w-full',
|
true: 'w-full',
|
||||||
},
|
},
|
||||||
shape: {
|
shape: {
|
||||||
default: '',
|
default: 'rounded-lg',
|
||||||
rounded: 'rounded-full',
|
rounded: 'rounded-full',
|
||||||
},
|
},
|
||||||
iconOnly: {
|
iconOnly: {
|
||||||
|
Loading…
Reference in New Issue
Block a user