fix: hover-errors

This commit is contained in:
João Gustavo 2025-12-03 16:37:20 -03:00
parent dddbd1e15b
commit 4f197aafd5
2 changed files with 2 additions and 2 deletions

View File

@ -821,7 +821,7 @@ async function handleSubmit(ev: React.FormEvent) {
<Button
variant={"outline"}
className={cn(
"w-full justify-start text-left font-normal",
"w-full justify-start text-left font-normal hover:bg-muted hover:text-foreground",
!form.data_nascimento && "text-muted-foreground"
)}
>

View File

@ -453,7 +453,7 @@ export function PatientRegistrationForm({
<Button
variant={"outline"}
className={cn(
"w-full justify-start text-left font-normal",
"w-full justify-start text-left font-normal hover:bg-muted hover:text-foreground",
!form.birth_date && "text-muted-foreground"
)}
>