Skip to content

Conversation

@anjaliushadubey
Copy link
Contributor

Which issue does this PR close?
Closes #122

Rationale for this change
This change is necessary to fix a significant accessibility and usability bug in the application's light mode. The sidebar content was using a text color that was indistinguishable from the background color (likely white-on-white), rendering essential navigational elements invisible to the user. This fix ensures that all content is clearly visible regardless of the user's selected theme.

What changes are included in this PR?
This PR includes a modification to the styling for the sidebar component. Specifically, the CSS property responsible for the text color within the sidebar has been adjusted for the light mode theme. This update corrects the contrast issue by ensuring the text uses a dark primary color against the light background.

Are these changes tested?
Yes, these changes have been manually tested. I have verified the following:

Light Mode: Sidebar content is now clearly visible and readable.

Dark Mode: Existing dark mode styling is unaffected, and content remains visible.

Are there any user-facing changes?
Yes. This is a positive user-facing change. Users who use the application in light mode will now be able to see and interact with the sidebar content, which was previously invisible to them.

Before
image

After
{AD565208-EB63-4B5B-BFA9-D512864547A6}

@github-actions
Copy link

Thanks for creating a PR for your Issue! ☺️

We'll review it as soon as possible.
In the meantime, please double-check the file changes and ensure that all commits are accurate.

If there are any unresolved review comments, feel free to resolve them. 🙌🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI Bug: Text becomes unreadable in sidebar when Dark Mode is enabled

1 participant