From c25dafb14c1d85459b8a2fdbd494201432d39509 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 5 Apr 2026 09:40:18 -0400 Subject: [PATCH] fix: restore full-width pills in park calendar cells, text centered inside Co-Authored-By: Claude Sonnet 4.6 --- components/ParkMonthCalendar.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/ParkMonthCalendar.tsx b/components/ParkMonthCalendar.tsx index 52dae63..7d5113b 100644 --- a/components/ParkMonthCalendar.tsx +++ b/components/ParkMonthCalendar.tsx @@ -167,7 +167,6 @@ export function ParkMonthCalendar({ parkId, year, month, monthData, today, timez borderLeft: isToday ? "2px solid var(--color-today-border)" : "none", display: "flex", flexDirection: "column", - alignItems: "center", gap: 4, }}> {/* Date number */} @@ -181,7 +180,6 @@ export function ParkMonthCalendar({ parkId, year, month, monthData, today, timez : "var(--color-text-muted)", lineHeight: 1, flexShrink: 0, - alignSelf: "center", }}> {cell.day}