From d2990424d2e75058582c99a48aaccf9523f9a0e9 Mon Sep 17 00:00:00 2001 From: Wahyu Kurniawan Date: Tue, 27 Feb 2024 20:39:44 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20add=20default=20border?= =?UTF-8?q?=20radius=20when=20the=20shape=20is=20default=20on=20the=20butt?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/components/shared/Button/Button.theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/components/shared/Button/Button.theme.ts b/packages/frontend/src/components/shared/Button/Button.theme.ts index 194c6550..a2cc19ca 100644 --- a/packages/frontend/src/components/shared/Button/Button.theme.ts +++ b/packages/frontend/src/components/shared/Button/Button.theme.ts @@ -26,7 +26,7 @@ export const buttonTheme = tv( true: 'w-full', }, shape: { - default: '', + default: 'rounded-lg', rounded: 'rounded-full', }, iconOnly: {