forked from 0xWheatyz/SPARC
Add dark mode support using Tailwind dark variant #197
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 frontend but no dark mode variant is applied to any component. Users working in low-light environments have no dark mode option.
Work
darkMode: 'class'(ormedia) intailwind.config.js.dark:variant classes to all major layout components, cards, navigation, tables, and form inputs.localStorageand toggles thedarkclass on<html>.Acceptance Criteria
localStorage.References
Roadmap: P2 — No dark mode.
Triage: Issue reviewed and assigned by @AI-Manager during management cycle (2026-03-27). Assigned to @AI-Engineer for implementation.
This issue has been addressed. Resolved by PR #57 (dark mode toggle). Closing.