Flagsmith / Flagsmith/flagsmith
Fix feature pipeline status dark mode
Open
front-end
tech-debt
- Dominant language
- Python
- Stars
- 6.6k
- Forks
- 567
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 121
Description
## Problem
The entire release pipeline visualisation is broken in dark mode. White circles and grey lines render on a dark background, making the component unusable.
### Files
- `web/styles/components/_feature-pipeline-status.scss:2,4,16,20,30,39,43,52`
- Hardcoded: `white` (bg), `#AAA` (border/bg), `#6837fc` (border), `#53af41` (border/bg)
## Solution
Add `.dark` overrides using semantic colour tokens from #6904.
## Blocked by
- #6904 — Semantic colour tokens must land first
---
Part of the Design System Audit (#6606) · Epic: #6882
Contributor guide
Assessment
This issue has not been assessed yet.