From 307b3a8a14a034e4958df3b58df7e36dff115a5e Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Tue, 30 Sep 2025 23:06:04 +0200 Subject: [PATCH] fix: adjust button layout in ButtonsSection for better spacing - Updated button container in `ButtonsSection` to use `space-x-4` for horizontal spacing between buttons, improving visual alignment and usability across variants, sizes, and states. --- src/components/ui-showcase/sections/ButtonsSection.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ui-showcase/sections/ButtonsSection.tsx b/src/components/ui-showcase/sections/ButtonsSection.tsx index 5f9d9da..efa681b 100644 --- a/src/components/ui-showcase/sections/ButtonsSection.tsx +++ b/src/components/ui-showcase/sections/ButtonsSection.tsx @@ -12,7 +12,7 @@ export function ButtonsSection() {

Variants

-
+
@@ -24,7 +24,7 @@ export function ButtonsSection() {

Sizes

-
+
@@ -33,7 +33,7 @@ export function ButtonsSection() {

States

-
+