From 59ad5143eb90609ef666f6812a5df119401ea430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 23 Feb 2026 08:00:34 +0100 Subject: [PATCH] style: unify button row styling in figlet font preview - Update Copy, Share, PNG, and TXT button icons to h-3 w-3 with mr-2 - Matches the styling of the Random font button for a consistent UI --- components/figlet/FontPreview.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/figlet/FontPreview.tsx b/components/figlet/FontPreview.tsx index b0338ee..240aeaf 100644 --- a/components/figlet/FontPreview.tsx +++ b/components/figlet/FontPreview.tsx @@ -65,23 +65,23 @@ export function FontPreview({ text, font, isLoading, onCopy, onDownload, onShare
{onCopy && ( )} {onShare && ( )} {onDownload && ( )}