Context
Tailwind CSS 4 is configured but the app has no dark mode despite the dependency being available. As a first step, add a toggle UI control in TopHeader.tsx that switches a dark class on the html/body element and persists the choice to localStorage.
Acceptance Criteria
Context
Tailwind CSS 4 is configured but the app has no dark mode despite the dependency being available. As a first step, add a toggle UI control in TopHeader.tsx that switches a
darkclass on the html/body element and persists the choice to localStorage.Acceptance Criteria
darkclass on the root html element