OnlineBoardDetailsPage cancelled bar: derive light red from $red token (#fbd4d4 → rgba($red, 0.2))

This commit is contained in:
2026-04-20 16:38:25 +03:00
parent bb49a5d609
commit 4e8934f0c9
@@ -121,7 +121,10 @@
&__center--cancelled {
.leg-route__status-text { color: colors.$red; }
.leg-route__bar { background: #fbd4d4; }
// Light tint of $red (C8102E) for the track — derived from the
// brand token rather than a one-off hex so palette refactors keep
// the cancelled bar in step with the other red accents.
.leg-route__bar { background: rgba(colors.$red, 0.2); }
.leg-route__bar-inner { background: colors.$red; }
}