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,