From 6a372aae0358be45abd78c5a12328607f5c791b6 Mon Sep 17 00:00:00 2001 From: chelsea Date: Mon, 16 Feb 2026 00:09:29 -0600 Subject: [PATCH] Add dark mode variants to all dashboard pages --- synculous-client/src/app/dashboard/routines/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/synculous-client/src/app/dashboard/routines/page.tsx b/synculous-client/src/app/dashboard/routines/page.tsx index 43f8b88..568fcff 100644 --- a/synculous-client/src/app/dashboard/routines/page.tsx +++ b/synculous-client/src/app/dashboard/routines/page.tsx @@ -297,6 +297,7 @@ export default function RoutinesPage() { // ── Dynamic time window ─────────────────────────────────────── const allEventMins = [ + nowMinutes, ...scheduledForDay.map((e) => timeToMinutes(e.time)), ...groupedMedEntries.map((e) => timeToMinutes(e.time)), ];