🎨 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
@@ -26,7 +26,7 @@ export const buttonTheme = tv(
true: 'w-full',
},
shape: {
default: '',
default: 'rounded-lg',
rounded: 'rounded-full',
},
iconOnly: {