-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add dark mode feature to UI #14
Comments
Hi can i have this issue? |
Sure, go ahead! |
Is it possible to help out here? |
Sure! The current changes that I just pushed kind of broke the current one so feel free to get it working again. One thing that you could do different is to use useContext to get the state of the styles for each component as opposed to the current implementation where it uses props. |
Cool, I'll take a look at it tomorrow |
Hi, I am interested in working on this for a class assignment. Can I work on this issue? |
Adding styles for elements that use darker colors will likely be appreciated by our CS-student user base.
(The specifics are up to you)
The text was updated successfully, but these errors were encountered: