We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Light/Dark mode cannot detect user's settings
To Reproduce Change system and browser settings to Dark, and access the project. You will see that the it defaults to light.
Expected behavior Page should detect user's settings for light/dark mode.
Additional context I believe we could follow a native approach using prefers-color-scheme's media query
The text was updated successfully, but these errors were encountered:
Yep, let's do this one. Setting the label as "good-first-issue" as it's relatively an easy feature for contributors.
Sorry, something went wrong.
@marcelluscaio I've looked at it and seen what needs to be done. Can I work on this ?
Yes, @aarya-16 ! Thank you for your interest
@marcelluscaio I have made PR #1072 addressing this issue.
Thanks for your contribution, @aarya-16 . I will check it out
No branches or pull requests
Describe the bug
Light/Dark mode cannot detect user's settings
To Reproduce
Change system and browser settings to Dark, and access the project. You will see that the it defaults to light.
Expected behavior
Page should detect user's settings for light/dark mode.
Additional context
I believe we could follow a native approach using prefers-color-scheme's media query
The text was updated successfully, but these errors were encountered: