🎨 style: add default border radius when the shape is default on the button

This commit is contained in:
Wahyu Kurniawan 2024-02-27 20:39:44 +07:00
parent d943423780
commit d2990424d2
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -26,7 +26,7 @@ export const buttonTheme = tv(
true: 'w-full',
},
shape: {
default: '',
default: 'rounded-lg',
rounded: 'rounded-full',
},
iconOnly: {