Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

21. As a user, I want to be able to use the app in my preferred theme mode #62

Open
2 tasks
vivitt opened this issue Apr 2, 2024 · 0 comments
Open
2 tasks

Comments

@vivitt
Copy link
Collaborator

vivitt commented Apr 2, 2024

Summary

Currently, the styles applied to the app are defaulting colors to the 'light' mode. We want to allow users to customize app color scheme preferences by adding a 'dark' mode palette and using it in the app's layout when users have set their system or browser preferences to 'dark' mode.

Acceptance criteria

  • Dark mode colors are added to the colors options in tailwind.config.js
  • Dark mode palette is applied within the app when the user's mode preferences are set to 'dark'

Notes

We should use the Tailwind dark variant to implement this feature. Refer to Tailwind docs for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant