polish: weather delay text matches ride count style — blue, no emoji
All checks were successful
Build and Deploy / Build & Push (push) Successful in 1m14s
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:
@@ -248,8 +248,8 @@ function ParkRow({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{isWeatherDelay && (
|
{isWeatherDelay && (
|
||||||
<div style={{ fontSize: "0.7rem", color: "var(--color-text-muted)", fontWeight: 500, textAlign: "right", maxWidth: 72, lineHeight: 1.3 }}>
|
<div style={{ fontSize: "0.72rem", color: "var(--color-weather-text)", fontWeight: 600, textAlign: "right", maxWidth: 72, lineHeight: 1.3 }}>
|
||||||
⛈ Weather Delay
|
Weather Delay
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{!isWeatherDelay && rideCounts?.[park.id] !== undefined && (
|
{!isWeatherDelay && rideCounts?.[park.id] !== undefined && (
|
||||||
|
|||||||
Reference in New Issue
Block a user