Description
Implement an experimental light theme toggle for merchants who prefer light mode, ensuring accessibility and flexibility.
Requirements and context
- Use CSS Variables or Tailwind dark: prefix.
- Store preference in localStorage.
Suggested execution
- Fork the repo and create a branch:
git checkout -b ui/light-mode-support
- Implement changes:
- Add theme toggle to header.
- Define light-mode color palette.
- Test and commit:
- Toggle themes and verify no unreadable text exists in either mode.
Example commit message
feat: implement experimental light theme support
Guidelines
- Complexity: High (200 points)
Description
Implement an experimental light theme toggle for merchants who prefer light mode, ensuring accessibility and flexibility.
Requirements and context
Suggested execution
git checkout -b ui/light-mode-supportExample commit message
feat: implement experimental light theme supportGuidelines