feat(FN-1033): replace hardcoded colors with CSS custom properties in mission UI

- Add CSS custom properties for mission, slice, feature, and autopilot color tokens in styles.css
- Replace inline icon colors with CSS variables in MissionInterviewModal
- Replace hardcoded colors with CSS variables in MissionManager
- Add changeset for theme color tokens patch
This commit is contained in:
gsxdsm
2026-04-06 15:50:44 -07:00
parent 91672f3004
commit d490ea7038
4 changed files with 73 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Replace hardcoded status colors with theme-aware CSS custom properties in MissionManager and MissionInterviewModal components.