add select

This commit is contained in:
2025-03-18 18:58:00 -03:00
parent 48cb945180
commit bc8a763112
4 changed files with 65 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ export function Form() {
return (
<form
onSubmit={handleSubmit(onSubmit)}
className="flex flex-col gap-2.5 lg:gap-5"
className="flex flex-col gap-3 lg:gap-6"
>
{formState.isSubmitSuccessful && (
<p className="bg-green-700 text-white p-2.5 rounded-lg">OK!</p>