You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Expected Styles
The text was updated successfully, but these errors were encountered:
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
Reason
The current dark theme styles are not working as expected, which leads to a bad user experience.
Acceptance criteria
Current Styles
Expected Styles
The text was updated successfully, but these errors were encountered: