polish: weather delay text matches ride count style — blue, no emoji
All checks were successful
Build and Deploy / Build & Push (push) Successful in 1m14s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Josh Wright
2026-04-05 15:59:01 -04:00
parent b4af83b879
commit 8437cadee0

View File

@@ -248,8 +248,8 @@ function ParkRow({
</div>
</div>
{isWeatherDelay && (
<div style={{ fontSize: "0.7rem", color: "var(--color-text-muted)", fontWeight: 500, textAlign: "right", maxWidth: 72, lineHeight: 1.3 }}>
Weather Delay
<div style={{ fontSize: "0.72rem", color: "var(--color-weather-text)", fontWeight: 600, textAlign: "right", maxWidth: 72, lineHeight: 1.3 }}>
Weather Delay
</div>
)}
{!isWeatherDelay && rideCounts?.[park.id] !== undefined && (