fix: hover-errors
This commit is contained in:
parent
dddbd1e15b
commit
4f197aafd5
@ -821,7 +821,7 @@ async function handleSubmit(ev: React.FormEvent) {
|
|||||||
<Button
|
<Button
|
||||||
variant={"outline"}
|
variant={"outline"}
|
||||||
className={cn(
|
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"
|
!form.data_nascimento && "text-muted-foreground"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
@ -453,7 +453,7 @@ export function PatientRegistrationForm({
|
|||||||
<Button
|
<Button
|
||||||
variant={"outline"}
|
variant={"outline"}
|
||||||
className={cn(
|
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"
|
!form.birth_date && "text-muted-foreground"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user