Created dark mode option2 #79
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new feature to enable dark mode functionality in the application. Users will now have the option to switch between a light and dark color scheme, enhancing the visual experience and providing better accessibility.
Types of changes
What types of changes does your code introduce? Put an x in the boxes that apply.
Bugfix (non-breaking change which fixes an issue)

New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to not work as expected)
Documentation Update (if none of the other choices apply)
Screenshots of change
BEFORE
AFTER
Checklist
Put an x in the boxes that apply. You can also fill these out after creating the PR. Ask questions if you're unsure about any of the checkboxes.
I have tested desktop and mobile views
Lint (yarn lint) and unit tests (yarn test) pass locally with my changes
I have added tests that prove my fix is effective or that my feature works
I have added necessary documentation (if appropriate)
These changes introduce a new and valuable feature to the application, enhancing its user experience. The dark mode functionality has been thoroughly tested and documented to ensure a smooth integration into the existing codebase.