mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 17:47:37 +03:00
Add text-md to inputs
This commit is contained in:
parent
e058f1b359
commit
a798ded80b
@ -207,7 +207,7 @@ export default function Step1NameAndDefine({
|
|||||||
</FormLabel>
|
</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Input
|
<Input
|
||||||
className="h-8"
|
className="text-md h-8"
|
||||||
placeholder={t("wizard.step1.namePlaceholder")}
|
placeholder={t("wizard.step1.namePlaceholder")}
|
||||||
{...field}
|
{...field}
|
||||||
/>
|
/>
|
||||||
@ -448,7 +448,7 @@ export default function Step1NameAndDefine({
|
|||||||
<FormControl>
|
<FormControl>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Input
|
<Input
|
||||||
className="h-8"
|
className="text-md h-8"
|
||||||
placeholder={t("wizard.step1.classPlaceholder")}
|
placeholder={t("wizard.step1.classPlaceholder")}
|
||||||
{...field}
|
{...field}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user