From dd2f16cf1ac0df8edc4bef2a7aa63ee67184910d Mon Sep 17 00:00:00 2001
From: Sergio Nicolas Lavaise
Date: Mon, 20 Apr 2026 03:36:51 -0300
Subject: [PATCH] Fix: add dark mode colors to Dashboard and MapaCamas badges
---
src/sections/Dashboard.tsx | 6 +++---
src/sections/HistoriaClinica.tsx | 4 ++--
src/sections/Internaciones.tsx | 2 +-
src/sections/MapaCamas.tsx | 16 ++++++++--------
src/sections/Pacientes.tsx | 2 +-
5 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/sections/Dashboard.tsx b/src/sections/Dashboard.tsx
index 71971e0..00e1469 100644
--- a/src/sections/Dashboard.tsx
+++ b/src/sections/Dashboard.tsx
@@ -56,7 +56,7 @@ export function Dashboard({
Resumen del servicio - Clinica Medica
-
+
Sistema Operativo
@@ -213,7 +213,7 @@ export function Dashboard({
Ingreso: {internacion.fechaIngresoClinica ? formatDateDDMMYYYY(internacion.fechaIngresoClinica) : 'N/A'}
-
+
Activa
@@ -301,7 +301,7 @@ export function Dashboard({
{cultivo.tipoMuestra} - {cultivo.fechaToma}
-
+
Pendiente
diff --git a/src/sections/HistoriaClinica.tsx b/src/sections/HistoriaClinica.tsx
index abf2589..a029562 100644
--- a/src/sections/HistoriaClinica.tsx
+++ b/src/sections/HistoriaClinica.tsx
@@ -251,11 +251,11 @@ export function HistoriaClinica({
-