Increase time inputs to prevent iOS form zooming

This commit is contained in:
Sam Becker 2026-03-13 21:10:59 -05:00
parent 002124b161
commit d3b1339c69

View File

@ -335,7 +335,7 @@ function TimeField({
}}
onFocus={() => setDraft(formatted)}
onBlur={() => setDraft(null)}
className="w-9! min-h-0! text-center px-1! py-1! text-xs"
className="w-9! min-h-0! text-center px-1! py-1! text-[1rem]"
/>
);
}