## Summary The wallet uses a single theme. Add a theme toggle in settings. ## Files - `frontend/wallet/app/globals.css` — define light theme variables - `frontend/wallet/app/settings/page.tsx` — toggle UI - new `frontend/wallet/lib/theme.ts` ## Acceptance criteria - [ ] CSS custom properties for both themes - [ ] Theme persisted in localStorage - [ ] Respects `prefers-color-scheme` on first load - [ ] No flash of wrong theme on page load
Summary
The wallet uses a single theme. Add a theme toggle in settings.
Files
frontend/wallet/app/globals.css— define light theme variablesfrontend/wallet/app/settings/page.tsx— toggle UIfrontend/wallet/lib/theme.tsAcceptance criteria
prefers-color-schemeon first load