From a84bbcac31e38e5109d5568affa7fdb6fcdbf501 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 5 Apr 2026 15:20:41 -0400 Subject: [PATCH] polish: taller week calendar cells with more padding around pills Co-Authored-By: Claude Sonnet 4.6 --- components/WeekCalendar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ( - +