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
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:
@@ -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}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user