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:
7
.changeset/theme-aware-toggle-styling.md
Normal file
7
.changeset/theme-aware-toggle-styling.md
Normal 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).
|
||||
Reference in New Issue
Block a user