From 2c998dd03c8fa7608d1df8615006ef32ce9f8a0b Mon Sep 17 00:00:00 2001 From: Sergio Nicolas Lavaise Date: Mon, 13 Apr 2026 11:17:09 -0300 Subject: [PATCH] =?UTF-8?q?Fix:=20Botones=20con=20iconos=20en=20formulario?= =?UTF-8?q?=20y=20listado=20de=20=C3=81reas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sections/MapaCamas.tsx | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/sections/MapaCamas.tsx b/src/sections/MapaCamas.tsx index 078473a..775e634 100644 --- a/src/sections/MapaCamas.tsx +++ b/src/sections/MapaCamas.tsx @@ -1,5 +1,5 @@ import { useState } from 'react'; -import { Bed, CheckCircle2, Clock, Wrench, User, Plus, Trash, Edit2 } from 'lucide-react'; +import { Bed, CheckCircle2, Clock, Wrench, User, Plus, Trash, Edit2, Save, X } from 'lucide-react'; import { Card, CardContent } from '@/components/ui/card'; import { Badge } from '@/components/ui/badge'; import { Button } from '@/components/ui/button'; @@ -500,17 +500,21 @@ export function MapaCamas({
{editingAreaId && ( - )} - - + + }}> + +

Áreas existentes

@@ -518,12 +522,12 @@ export function MapaCamas({ {areas.map(a => (
{a.nombre}
-
- -