diff --git a/components/calendar/calendar-client.tsx b/components/calendar/calendar-client.tsx index ee9a42a..916707f 100644 --- a/components/calendar/calendar-client.tsx +++ b/components/calendar/calendar-client.tsx @@ -971,29 +971,29 @@ export function CalendarClient({ initialCalendars, userId, userProfile }: Calend - - + handleViewChange("dayGridMonth")} - className="data-[state=active]:bg-blue-700 data-[state=active]:text-white text-white hover:text-white/80" - > - Mois - - handleViewChange("dayGridMonth")} + className="data-[state=active]:bg-gray-300 data-[state=active]:text-gray-900 text-gray-700 hover:text-gray-900" + > + Mois + + handleViewChange("timeGridWeek")} - className="data-[state=active]:bg-blue-700 data-[state=active]:text-white text-white hover:text-white/80" - > - Semaine - - handleViewChange("timeGridWeek")} + className="data-[state=active]:bg-gray-300 data-[state=active]:text-gray-900 text-gray-700 hover:text-gray-900" + > + Semaine + + handleViewChange("timeGridDay")} - className="data-[state=active]:bg-blue-700 data-[state=active]:text-white text-white hover:text-white/80" - > - Jour - - + onClick={() => handleViewChange("timeGridDay")} + className="data-[state=active]:bg-gray-300 data-[state=active]:text-gray-900 text-gray-700 hover:text-gray-900" + > + Jour + +