-
Notifications
You must be signed in to change notification settings - Fork 8
[Feature] Add dark mode support #2
Copy link
Copy link
Open
Labels
good first issueGreat for newcomersGreat for newcomershelp wantedCommunity help appreciatedCommunity help appreciateduiFrontend/UI changesFrontend/UI changes
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGreat for newcomersGreat for newcomershelp wantedCommunity help appreciatedCommunity help appreciateduiFrontend/UI changesFrontend/UI changes
Projects
- StatusShow more project fieldsIn Progress
Problem
The app currently only has a light theme. Many users prefer dark mode, especially when working late at night during tax season.
Proposed Solution
Add a dark mode toggle to the settings page that switches the app between light and dark themes.
Suggested approach
dark:variant classesprefers-color-schemeFiles to modify
frontend/src/app/layout.tsx— add dark class supportfrontend/src/app/settings/page.tsx— add toggledark:Tailwind variantsThis is a great first issue for someone familiar with Tailwind CSS and React.