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
This commit is contained in:
gsxdsm
2026-03-30 15:57:32 -07:00
parent c151657bbf
commit 9dd594ec96
2 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
---
"@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).