feat(KB-232): swap pace indicator colors and icons in UsageIndicator

- Swap CSS color assignments for slow/fast pace indicators in styles.css
- Swap CheckCircle2 and AlertCircle icons in UsageIndicator component
- Add changeset for the pace indicator color/icon swap
- Remove 2 lines from dashboard README
This commit is contained in:
gsxdsm
2026-03-30 18:51:14 -07:00
parent dffb94dae0
commit cf5c8da286
3 changed files with 16 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
---
"@dustinbyrne/kb": patch
---
Swap pace indicator colors and icons for over/under pace states
- "Ahead" (over pace) now shows AlertTriangle icon in red/error color
- "Behind" (under pace) now shows TrendingUp icon in green/success color
- Fixes visual semantics to correctly convey that under pace is good, over pace is a concern