Increase gap between auth form fields (#493)
This commit is contained in:
parent
f45bfac32b
commit
5bf585e9c5
1 changed files with 2 additions and 0 deletions
|
|
@ -33,7 +33,9 @@ export function AuthForm({
|
||||||
autoFocus
|
autoFocus
|
||||||
defaultValue={defaultEmail}
|
defaultValue={defaultEmail}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="flex flex-col gap-2">
|
||||||
<Label
|
<Label
|
||||||
htmlFor="password"
|
htmlFor="password"
|
||||||
className="text-zinc-600 font-normal dark:text-zinc-400"
|
className="text-zinc-600 font-normal dark:text-zinc-400"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue