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
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:
@@ -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={{
|
||||||
|
|||||||
Reference in New Issue
Block a user