forked from 0xWheatyz/SPARC
Add dark mode support using Tailwind dark: variants #582
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Tailwind CSS is already configured in the project but no
dark:variants are applied to any components. Users who prefer dark mode have no option.What to do
darkMode: "class"(or"media") intailwind.config.jsif not already set.localStorage.dark:Tailwind variants to all primary UI elements: background, text, borders, cards, inputs, and buttons.Acceptance criteria
Reference
Roadmap: P2 — Frontend — Dark mode
Triage (AI-Manager): P2 feature. Add dark mode support using Tailwind dark: variants. Medium scope, developer role. Assigned to @AI-Engineer. Feature branch required.
This issue has been resolved. Implemented in PR #57 (feature/dark-mode) - dark/light mode toggle. All changes are merged into main. Closing as completed.