mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-04-06 13:11:25 +00:00
fix: sélection enseignants dans les plannings
This commit is contained in:
@ -180,7 +180,7 @@ const DayView = ({ onDateClick, onEventClick, events, onOpenDrawer }) => {
|
||||
{`${hour.toString().padStart(2, '0')}:00`}
|
||||
</div>
|
||||
<div
|
||||
className={`h-20 relative border-b border-gray-100 ${
|
||||
className={`h-20 relative ${
|
||||
isCurrentDay ? 'bg-primary/5/30' : 'bg-white'
|
||||
}`}
|
||||
onClick={
|
||||
|
||||
Reference in New Issue
Block a user