Skip to content

Commit

Permalink
chore: adjust button spacing on dialog (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspercroome authored Apr 2, 2024
1 parent 68c75da commit 89e84eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const FirstTimeDialog = () => {
</div>
</div>
<form
className="flex w-full flex-col gap-1"
className="flex w-full flex-col gap-4"
onSubmit={handleSuccess}
>
<input
Expand Down

0 comments on commit 89e84eb

Please sign in to comment.