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:
5
.changeset/fix-card-glow-theme.md
Normal file
5
.changeset/fix-card-glow-theme.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Fix card glowing gradient to respect the selected color theme instead of always using purple.
|
||||
Reference in New Issue
Block a user