Increase gap between auth form fields (#493)

This commit is contained in:
Jeremy 2024-11-05 23:30:25 +03:00 committed by GitHub
parent f45bfac32b
commit 5bf585e9c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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