From 9390c27f448c18332eaa3082a818c9273f770b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 1 Mar 2026 10:20:00 +0100 Subject: [PATCH] chore: cleanup --- components/ascii/FontPreview.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ascii/FontPreview.tsx b/components/ascii/FontPreview.tsx index 405281a..8c449f0 100644 --- a/components/ascii/FontPreview.tsx +++ b/components/ascii/FontPreview.tsx @@ -174,7 +174,7 @@ export function FontPreview({ disabled={commentStyle !== 'none'} title={label} className={cn( - 'px-2 py-1 rounded-md transition-all border text-xs', + 'px-2 py-1 h-6 rounded-md transition-all border text-xs', textAlign === value && commentStyle === 'none' ? 'bg-primary/10 border-primary/30 text-primary' : 'glass border-transparent text-muted-foreground/55 hover:text-foreground hover:border-border/40', @@ -206,7 +206,7 @@ export function FontPreview({ {/* Comment style */}