polish: taller week calendar cells with more padding around pills
All checks were successful
Build and Deploy / Build & Push (push) Successful in 51s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Josh Wright
2026-04-05 15:20:41 -04:00
parent 569d0a41e2
commit a84bbcac31

View File

@@ -48,7 +48,7 @@ function DayCell({
verticalAlign: "middle", verticalAlign: "middle",
borderBottom: "1px solid var(--color-border)", borderBottom: "1px solid var(--color-border)",
borderLeft: "1px solid var(--color-border)", borderLeft: "1px solid var(--color-border)",
height: 56, height: 72,
background: isWeekend ? "var(--color-weekend-header)" : "transparent", background: isWeekend ? "var(--color-weekend-header)" : "transparent",
transition: "background 120ms ease", transition: "background 120ms ease",
}; };
@@ -71,7 +71,7 @@ function DayCell({
if (dayData.specialType === "passholder_preview") { if (dayData.specialType === "passholder_preview") {
return ( return (
<td style={{ ...base, padding: 4 }}> <td style={{ ...base, padding: 6 }}>
<div style={{ <div style={{
background: "var(--color-ph-bg)", background: "var(--color-ph-bg)",
border: "1px solid var(--color-ph-border)", border: "1px solid var(--color-ph-border)",