Fix tag editor menu text size

This commit is contained in:
Sam Becker 2024-03-31 20:58:00 -05:00
parent 7c84b8899b
commit 4ea4c030e3

View File

@ -300,6 +300,7 @@ export default function TagInput({
} }
tabIndex={0} tabIndex={0}
className={clsx( className={clsx(
'text-base',
'group flex items-center gap-1', 'group flex items-center gap-1',
'cursor-pointer select-none', 'cursor-pointer select-none',
'px-1.5 py-1 rounded-sm', 'px-1.5 py-1 rounded-sm',