* Ensure that text field doesn't zoom on iOS

* Add keyboard shortcut support to generic video player
This commit is contained in:
Nicolas Mowen
2025-04-09 08:46:27 -06:00
committed by GitHub
parent cab701f054
commit 5d63c58f2c
2 changed files with 55 additions and 2 deletions

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"
/>