forked from 0xWheatyz/SPARC
Add dark mode support using Tailwind dark: variant #415
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?
Summary
Tailwind CSS is configured in the project but no
dark:variant classes are applied. Users have no dark mode option.What to do
darkMode: "class"intailwind.config.js(or"media"for system preference)dark:variants to all key UI components: background colors, text colors, borders, cards, inputs, buttonsclassstrategy, add a toggle button to the nav/header that switches adarkclass on<html>and persists the preference tolocalStorageAcceptance Criteria
Reference
Roadmap: P2 - Frontend / Dark mode
Triage: Already Implemented
After reviewing the codebase, this issue has already been fully implemented in the current
mainbranch.This issue can be closed.