From 93e920214935a7e2e5588587466729ed9f5aadab Mon Sep 17 00:00:00 2001 From: HotelSync Date: Tue, 17 Mar 2026 01:40:40 +0300 Subject: [PATCH] Fix white hover highlight on room label in dark theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit group-hover:bg-slate-750 doesn't exist in Tailwind — replaced with bg-slate-800 so dark mode hover stays dark instead of flashing white. Co-Authored-By: Claude Sonnet 4.6 --- src/components/calendar/BookingCalendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/calendar/BookingCalendar.tsx b/src/components/calendar/BookingCalendar.tsx index 0c66fc7..24d98d8 100644 --- a/src/components/calendar/BookingCalendar.tsx +++ b/src/components/calendar/BookingCalendar.tsx @@ -363,7 +363,7 @@ export function BookingCalendar({ rooms, bookings, onBookingCreate, onBookingUpd > {/* Room label */}