Problem
The CSS has light theme colors defined (index.css lines 19-29) but --color-border stays at 30 58 82 (dark blue) even in light mode. Many components will look broken in light mode because they were designed for dark theme only.
Root Cause
Light theme was partially implemented but never completed.
What To Build
- Add proper
--color-border for light mode
- Check all components for light-mode compatibility
- Consider restricting to dark-only if light theme is not needed
Files To Touch
src/index.css — fix light mode border color
Acceptance Criteria
Mandatory Checks
Problem
The CSS has light theme colors defined (index.css lines 19-29) but
--color-borderstays at30 58 82(dark blue) even in light mode. Many components will look broken in light mode because they were designed for dark theme only.Root Cause
Light theme was partially implemented but never completed.
What To Build
--color-borderfor light modeFiles To Touch
src/index.css— fix light mode border colorAcceptance Criteria
Mandatory Checks