Fix white hover highlight on room label in dark theme

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 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 01:40:40 +03:00
parent efa1f1aeef
commit 93e9202149

View File

@@ -363,7 +363,7 @@ export function BookingCalendar({ rooms, bookings, onBookingCreate, onBookingUpd
> >
{/* Room label */} {/* Room label */}
<div <div
className="shrink-0 sticky left-0 z-10 bg-white dark:bg-slate-800 border-r border-slate-200 dark:border-slate-700 flex items-center gap-2 px-3 group-hover:bg-slate-50 dark:group-hover:bg-slate-750" className="shrink-0 sticky left-0 z-10 bg-white dark:bg-slate-800 border-r border-slate-200 dark:border-slate-700 flex items-center gap-2 px-3 group-hover:bg-slate-50 dark:group-hover:bg-slate-800"
style={{ width: LABEL_WIDTH }} style={{ width: LABEL_WIDTH }}
> >
<div> <div>