From 6c163f3b862bd4bcc183a5a2039204a9c5b1bb29 Mon Sep 17 00:00:00 2001 From: M-Gabrielly Date: Thu, 13 Nov 2025 02:25:32 -0300 Subject: [PATCH] feat(patient): dropdown suggestions respect dark mode --- susconecta/app/paciente/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/susconecta/app/paciente/page.tsx b/susconecta/app/paciente/page.tsx index 650c525..54f0317 100644 --- a/susconecta/app/paciente/page.tsx +++ b/susconecta/app/paciente/page.tsx @@ -555,7 +555,7 @@ export default function PacientePage() { className="w-full px-4 sm:px-5 md:px-6 py-3 sm:py-3.5 md:py-4 rounded-xl bg-white text-foreground placeholder:text-muted-foreground text-sm sm:text-base border-0 shadow-md" /> {searchQuery && medicos.length > 0 && ( -
+
{medicos.map((medico) => (