From 1a21f47087e95c713d539d0505fca69d604aad28 Mon Sep 17 00:00:00 2001 From: alma Date: Wed, 14 Jan 2026 12:07:03 +0100 Subject: [PATCH] Vision Refactor --- app/vision/page.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/app/vision/page.tsx b/app/vision/page.tsx index 2d389db..dfe32c9 100644 --- a/app/vision/page.tsx +++ b/app/vision/page.tsx @@ -378,23 +378,13 @@ export default function VisionPage() {
+ {/* Colonne calendrier (étroite, garde le thème par défaut qui fonctionnait) */}
{ if (!date) return false; @@ -402,7 +392,6 @@ export default function VisionPage() { }, }} modifiersClassNames={{ - // Jour avec réunion: on force fond bleu et texte blanc hasMeeting: "bg-blue-600 text-white font-semibold hover:bg-blue-700", }} />