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 bc12e690b6
commit 6036633490
4 changed files with 13 additions and 4 deletions

View File

@@ -76,6 +76,8 @@
--surface: #161b22;
--card: #21262d;
--card-hover: #282e36;
--bg-secondary: #1a1a2e;
--bg-tertiary: #252536;
--border: #30363d;
--text: #e6edf3;
--text-muted: #8b949e;
@@ -5118,6 +5120,8 @@ html .column.drag-over * {
--surface: #f6f8fa;
--card: #ffffff;
--card-hover: #f3f4f6;
--bg-secondary: #f6f8fa;
--bg-tertiary: #eaeef2;
--border: #d0d7de;
/* Text */