fix: restore full-width pills in park calendar cells, text centered inside
All checks were successful
Build and Deploy / Build & Push (push) Successful in 52s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Josh Wright
2026-04-05 09:40:18 -04:00
parent 05f8994966
commit c25dafb14c

View File

@@ -167,7 +167,6 @@ export function ParkMonthCalendar({ parkId, year, month, monthData, today, timez
borderLeft: isToday ? "2px solid var(--color-today-border)" : "none", borderLeft: isToday ? "2px solid var(--color-today-border)" : "none",
display: "flex", display: "flex",
flexDirection: "column", flexDirection: "column",
alignItems: "center",
gap: 4, gap: 4,
}}> }}>
{/* Date number */} {/* Date number */}
@@ -181,7 +180,6 @@ export function ParkMonthCalendar({ parkId, year, month, monthData, today, timez
: "var(--color-text-muted)", : "var(--color-text-muted)",
lineHeight: 1, lineHeight: 1,
flexShrink: 0, flexShrink: 0,
alignSelf: "center",
}}> }}>
{cell.day} {cell.day}
</span> </span>