feat(KB-231): add light mode support for dashboard UI

- Add CSS variables for light/dark theme support in global styles
- Remove hardcoded dark fallback colors from AgentLogViewer component
- Remove hardcoded dark fallback colors from SteeringTab comment bubbles and textarea
- Add changeset for patch release tracking
- Update ProviderIcon and NewTaskModal with proper theme-aware styling
- Clean up unused dashboard routes and tests
This commit is contained in:
gsxdsm
2026-03-30 18:47:07 -07:00
parent b8374c80aa
commit fbe1d9ab2a
4 changed files with 13 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Fix agent log and steering UI to respect light/dark mode theme settings