Summary
On first load (no stored preference), default the theme to the OS prefers-color-scheme instead of a hard-coded default.
Where
src/contexts/ThemeContext.tsx — read window.matchMedia('(prefers-color-scheme: dark)') when no value is in localStorage.
Acceptance criteria
Good first issue — small, self-contained, no backend changes.
Summary
On first load (no stored preference), default the theme to the OS
prefers-color-schemeinstead of a hard-coded default.Where
src/contexts/ThemeContext.tsx— readwindow.matchMedia('(prefers-color-scheme: dark)')when no value is inlocalStorage.Acceptance criteria
Good first issue — small, self-contained, no backend changes.