From 0647bbcac446a813854eb36cc688f28f73ea1c1a Mon Sep 17 00:00:00 2001 From: Salvo Miosi Date: Sun, 6 Oct 2024 15:52:30 +0200 Subject: [PATCH] Button: flex -> inline-flex --- src/Components/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Button.tsx b/src/Components/Button.tsx index 3c31e3ed..eda1b14b 100644 --- a/src/Components/Button.tsx +++ b/src/Components/Button.tsx @@ -24,7 +24,7 @@ export default function Button({ className, color, type, onClick, children }: Bu }; const fullClassName = ` - flex + inline-flex flex-row items-center justify-center