This commit is contained in:
2025-11-11 14:19:03 -07:00
parent 7fec0424d7
commit 890e08d1b2
6 changed files with 46 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ export const CalendarMonth = ({ month }: { month: CalendarMonthModel }) => {
className={
"text-2xl transition-all duration-500 " +
"hover:text-slate-50 underline hover:scale-105 " +
"flex "
"flex cursor-pointer"
}
onClick={() => setIsExpanded((e) => !e)}
role="button"