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

Dark Mode styling issue on MorePage.tsx #170

Open
8 tasks
rcAsironman opened this issue Sep 24, 2024 · 0 comments
Open
8 tasks

Dark Mode styling issue on MorePage.tsx #170

rcAsironman opened this issue Sep 24, 2024 · 0 comments
Assignees

Comments

@rcAsironman
Copy link
Collaborator

rcAsironman commented Sep 24, 2024

Description
Resolve the dark mode styling issues on MorePage.tsx. Use the theme object(Which is already there in MorePage.tsx) to complete the task. This will provide a good user experience.

Tasks

  • Understand the ThemeProvider.js file.
  • Update the styles in MorePage.tsx file using the theme object.
  • Write test cases and test them.
  • Run/simulate the app on your machine or physical device.

Reason
The current dark theme styles are not working as expected, which leads to a bad user experience.

Acceptance criteria

  • The MorePage.tsx must support both light mode and dark mode styling.
  • Test cases must be written and executed
  • All test cases should pass.
  • App should work on your local machine/device.

Current Styles
IMG_0055

Expected Styles
IMG_0060

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Dev-Done
Development

No branches or pull requests

2 participants