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

fix: color pick background color on change effecting other input fields #3691

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

sriramveeraghanta
Copy link
Contributor

Problem:

When users attempt to select a color in the profile theme settings, the color picker unintentionally modifies the background color of nearby input fields, causing confusion and potential interference with the intended customization process.

Screenshot 2024-02-18 at 2 57 42 PM

Resolution:

To address the issue of unintended style changes to input fields based on selected background and text colors in the theme settings, we propose implementing a more precise and controlled application of styles. This entails refining the styling mechanism to specifically target the desired elements without affecting adjacent input fields.

Screenshot 2024-02-18 at 3 09 28 PM

Affected Screens by the changes made in this PR:

  • Profile Theme Prefrences

@sriramveeraghanta sriramveeraghanta merged commit eba5ed2 into preview Feb 18, 2024
8 of 9 checks passed
@sriramveeraghanta sriramveeraghanta deleted the fix/custom-theme-color branch February 18, 2024 09:56
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.

2 participants