From b74030d225acff7c403cd12fd744557da1df467a Mon Sep 17 00:00:00 2001 From: Sergio Nicolas Lavaise Date: Wed, 15 Apr 2026 02:13:07 -0300 Subject: [PATCH] Agregar iconos X y Save a botones paciente y evolucion --- src/sections/Evoluciones.tsx | 5 +++-- src/sections/Pacientes.tsx | 8 +++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/sections/Evoluciones.tsx b/src/sections/Evoluciones.tsx index 256b776..3df76e5 100644 --- a/src/sections/Evoluciones.tsx +++ b/src/sections/Evoluciones.tsx @@ -1,5 +1,5 @@ import { useState } from 'react'; -import { FileText, Plus, Search, Calendar, Clock, Thermometer, Heart, Activity, Wind, Droplets, Pencil, Trash2, ChevronDown, ChevronUp } from 'lucide-react'; +import { FileText, Plus, Search, Calendar, Clock, Thermometer, Heart, Activity, Wind, Droplets, Pencil, Trash2, ChevronDown, ChevronUp, X, Save } from 'lucide-react'; import { Card, CardContent } from '@/components/ui/card'; import { Badge } from '@/components/ui/badge'; import { Button } from '@/components/ui/button'; @@ -387,13 +387,14 @@ export function Evoluciones({
diff --git a/src/sections/Pacientes.tsx b/src/sections/Pacientes.tsx index 4a8ce7b..6627484 100644 --- a/src/sections/Pacientes.tsx +++ b/src/sections/Pacientes.tsx @@ -1,5 +1,5 @@ import { useState } from 'react'; -import { Users, Plus, Search, Edit2, Trash2, User, Calendar, Phone, Mail, Droplet, AlertTriangle } from 'lucide-react'; +import { Users, Plus, Search, Edit2, Trash2, User, Calendar, Phone, Mail, Droplet, AlertTriangle, X, Save } from 'lucide-react'; import { Card, CardContent } from '@/components/ui/card'; import { Badge } from '@/components/ui/badge'; import { Button } from '@/components/ui/button'; @@ -255,7 +255,7 @@ export function Pacientes({
- + setTelefono(e.target.value)} @@ -295,12 +295,14 @@ export function Pacientes({ resetFormulario(); setDialogoAbierto(false); }}> + Cancelar