From 4ea4c030e327e074e767369aaace269824606743 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 31 Mar 2024 20:58:00 -0500 Subject: [PATCH] Fix tag editor menu text size --- src/components/TagInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TagInput.tsx b/src/components/TagInput.tsx index d713f72d..579709c8 100644 --- a/src/components/TagInput.tsx +++ b/src/components/TagInput.tsx @@ -300,6 +300,7 @@ export default function TagInput({ } tabIndex={0} className={clsx( + 'text-base', 'group flex items-center gap-1', 'cursor-pointer select-none', 'px-1.5 py-1 rounded-sm',