mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
Ensure that text field doesn't zoom on iOS
This commit is contained in:
parent
cab701f054
commit
c741f9c791
@ -55,7 +55,7 @@ export default function TextEntry({
|
||||
<FormControl>
|
||||
<Input
|
||||
{...field}
|
||||
className="w-full"
|
||||
className="text-md w-full"
|
||||
placeholder={placeholder}
|
||||
type="text"
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user