From c6c32a168b1e785a17c8782ff6ede2d9b38bb303 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 5 Apr 2026 15:14:01 -0400 Subject: [PATCH] polish: more breathing room inside month calendar day pills MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increased pill vertical padding (3px→5px) and internal line gaps (1-2px→2-3px) so the stacked hours/timezone text feels less cramped. Co-Authored-By: Claude Sonnet 4.6 --- components/ParkMonthCalendar.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/ParkMonthCalendar.tsx b/components/ParkMonthCalendar.tsx index f8814d4..c1f0582 100644 --- a/components/ParkMonthCalendar.tsx +++ b/components/ParkMonthCalendar.tsx @@ -167,7 +167,7 @@ export function ParkMonthCalendar({ parkId, year, month, monthData, today, timez borderLeft: isToday ? "2px solid var(--color-today-border)" : "none", display: "flex", flexDirection: "column", - gap: 8, + gap: 6, }}> {/* Date number */}
Passholder
-
+
{dayData.hoursLabel}
-
+
{tzAbbr}
@@ -221,13 +221,13 @@ export function ParkMonthCalendar({ parkId, year, month, monthData, today, timez background: "var(--color-open-bg)", border: "1px solid var(--color-open-border)", borderRadius: 5, - padding: "3px 6px", + padding: "5px 6px", textAlign: "center", }}>
{dayData.hoursLabel}
-
+
{tzAbbr}