From 5e01cc9d64c68f92b4dc337300ed78328ba2c3c4 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 15 Jan 2026 19:25:44 +0000 Subject: [PATCH] Fix emoji sizing in picker to match unicode and custom emoji - Reduce unicode emoji from text-2xl (24px) to text-xl (20px) - Reduce custom emoji from w-6 h-6 (24px) to size-5 (20px) - Both now render at same 20px size for visual consistency - Fixes custom emoji appearing too large compared to unicode emoji --- src/components/chat/EmojiPickerDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/chat/EmojiPickerDialog.tsx b/src/components/chat/EmojiPickerDialog.tsx index ff37c6b..22a1d4c 100644 --- a/src/components/chat/EmojiPickerDialog.tsx +++ b/src/components/chat/EmojiPickerDialog.tsx @@ -176,12 +176,12 @@ export function EmojiPickerDialog({ title={`:${result.shortcode}:`} > {result.source === "unicode" ? ( - {result.url} + {result.url} ) : ( {`:${result.shortcode}:`} )}