polish: increase gap between date number and hours pill in calendar cells
All checks were successful
Build and Deploy / Build & Push (push) Successful in 50s

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

View File

@@ -167,7 +167,7 @@ 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",
gap: 4, gap: 8,
}}> }}>
{/* Date number */} {/* Date number */}
<span style={{ <span style={{