From c87a6e95431cfd5e4ef9d530d809d2b67983e054 Mon Sep 17 00:00:00 2001 From: SirCotare Date: Mon, 21 Oct 2024 08:06:17 +0200 Subject: [PATCH] fix button icon css (#323) --- src/components/button/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/button/theme.ts b/src/components/button/theme.ts index bf70370e..74811ca2 100644 --- a/src/components/button/theme.ts +++ b/src/components/button/theme.ts @@ -52,7 +52,7 @@ export default { buttonIcon: { base: 'inline-block rounded-full outline-1 outline-offset-2 focus:outline', icon: { - base: 'fill-current inline-block flex items-center', + base: 'fill-current block', size: { [Size.Sm]: 'w-5 h-5', [Size.Md]: 'w-6 h-6',