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",
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user