develop #83

Merged
M-Gabrielly merged 426 commits from develop into main 2025-12-04 04:13:15 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4f197aafd5 - Show all commits

View File

@ -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"
)} )}
> >

View File

@ -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"
)} )}
> >