diff --git a/components/WeekCalendar.tsx b/components/WeekCalendar.tsx index dbd4a42..20c8003 100644 --- a/components/WeekCalendar.tsx +++ b/components/WeekCalendar.tsx @@ -48,7 +48,7 @@ function DayCell({ verticalAlign: "middle", borderBottom: "1px solid var(--color-border)", borderLeft: "1px solid var(--color-border)", - height: 56, + height: 72, background: isWeekend ? "var(--color-weekend-header)" : "transparent", transition: "background 120ms ease", }; @@ -71,7 +71,7 @@ function DayCell({ if (dayData.specialType === "passholder_preview") { return ( -