From 345ee6a5e65f44209ca26bbc3f4c3a1e5c51fbe4 Mon Sep 17 00:00:00 2001 From: mARTin Date: Sun, 15 Feb 2026 15:42:38 +0100 Subject: [PATCH] feat: implement color settings, today highlight, and smooth scrolling --- src/components/WeeklyView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/WeeklyView.tsx b/src/components/WeeklyView.tsx index 746f248..38050fe 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -816,6 +816,7 @@ export default function WeeklyView() { if (newSettings.weekendColorSat) setWeekendColorSat(newSettings.weekendColorSat); if (newSettings.weekendColorSun) setWeekendColorSun(newSettings.weekendColorSun); + // eslint-disable-next-line @typescript-eslint/no-explicit-any setProfile((prev: any) => ({ ...prev, weekdayColor: newSettings.weekdayColor || prev.weekdayColor,