🎨 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',
|
||||
},
|
||||
shape: {
|
||||
default: '',
|
||||
default: 'rounded-lg',
|
||||
rounded: 'rounded-full',
|
||||
},
|
||||
iconOnly: {
|
||||
|
Loading…
Reference in New Issue
Block a user