From 1a093fd35628a44eaf6aae85d36aa2007c8a7446 Mon Sep 17 00:00:00 2001 From: alma Date: Wed, 14 Jan 2026 12:00:39 +0100 Subject: [PATCH] Vision Refactor --- app/vision/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/vision/page.tsx b/app/vision/page.tsx index ad93ff4..7086170 100644 --- a/app/vision/page.tsx +++ b/app/vision/page.tsx @@ -390,7 +390,7 @@ export default function VisionPage() { } .rdp-day_today:not(.rdp-day_selected):not(.hasMeeting) { color: #1d4ed8 !important; - background-color: white !important; + background-color: #DBEAFE !important; /* bleu très clair */ border-color: #3b82f6 !important; } .rdp-day_outside { @@ -443,6 +443,8 @@ export default function VisionPage() { }} /> + {/* Colonne invisible pour espacer calendrier et liste des réunions */} +
{selectedDate && (