reduce spacing in forms

This commit is contained in:
Milo Schwartz 2024-12-22 17:09:22 -05:00
parent f224bfa4ee
commit 11cbafb92a
No known key found for this signature in database
16 changed files with 94 additions and 80 deletions

View file

@ -211,7 +211,7 @@ export default function ResetPasswordForm({
</CardDescription>
</CardHeader>
<CardContent>
<div className="space-y-8">
<div className="space-y-4">
{state === "request" && (
<Form {...requestForm}>
<form