Files
fusion/.changeset/theme-aware-toggle-styling.md
gsxdsm e058564438 fix(KB-195): fix theme-aware styling for UsageIndicator toggle buttons
- Update UsageIndicator toggle active state to use var(--todo) and var(--bg)

- Add hover state styling for active toggle button

- Ensure consistent styling with Header view toggle across all themes

- Add changeset for patch release
2026-03-30 15:57:32 -07:00

8 lines
396 B
Markdown

---
"@dustinbyrne/kb": patch
---
Fix theme-aware styling for UsageIndicator toggle buttons
The UsageIndicator view toggle (Used/Remaining) now uses consistent theme-aware color variables (`var(--todo)` for active background, `var(--bg)` for text) matching the Header view toggle styling. This ensures proper contrast across all color themes (dark, light, high-contrast, ocean, forest, sunset).