feat: implement color settings, today highlight, and smooth scrolling
This commit is contained in:
parent
1bf01e4f12
commit
345ee6a5e6
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user