Ensure that text field doesn't zoom on iOS

This commit is contained in:
Nicolas Mowen 2025-04-09 08:23:11 -06:00
parent cab701f054
commit c741f9c791

View File

@ -55,7 +55,7 @@ export default function TextEntry({
<FormControl>
<Input
{...field}
className="w-full"
className="text-md w-full"
placeholder={placeholder}
type="text"
/>