fix(KB-084): fix card glow theming across all color themes

- Add --in-progress-rgb CSS variables for all themes (default, ocean, forest, sunset, berry, monochrome, cyberpunk, solarized)
- Update card agent-active glow to use rgba(var(--in-progress-rgb)) instead of hardcoded values
- Update list view agent-glow animation to use CSS variables
- Remove redundant light theme override for card glow (now handled by CSS variable)
- Add changeset for the theme fix
This commit is contained in:
gsxdsm
2026-03-29 22:56:47 -07:00
parent 58a4753d6c
commit 695a8e12db
2 changed files with 29 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Fix card glowing gradient to respect the selected color theme instead of always using purple.