- 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
8 lines
396 B
Markdown
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).
|