From e7dac31d224dceb3094b042df3e7d4b59e5f2d77 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 5 Apr 2026 09:43:09 -0400 Subject: [PATCH] polish: increase gap between date number and hours pill in calendar cells Co-Authored-By: Claude Sonnet 4.6 --- components/ParkMonthCalendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ParkMonthCalendar.tsx b/components/ParkMonthCalendar.tsx index 7d5113b..f8814d4 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: 4, + gap: 8, }}> {/* Date number */}