fix: category text contrast in light mode#7797
Conversation
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
|
Preview deployment for PR #7797 removed. This PR preview was automatically pruned because we keep only the 6 most recently updated previews on GitHub Pages to stay within deployment size limits. If needed, push a new commit to this PR to generate a fresh preview. |
|
@Sbragul26 Thank you for your contribution! Let's discuss this during the website call tomorrow at 5:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
|
Attach video & also add root cause please |
|
@Sbragul26 Thank you for your contribution! Let's discuss this during the website call tomorrow at 5:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
KumarNirupam1
left a comment
There was a problem hiding this comment.
Looks good to me. The previous use of whiteToBlack could lead to poor contrast in light mode because the selected chip uses a dark green background. Switching both the selected category text and integration title to theme.white provides consistent readability across themes. I tested the affected states and the change looks correct.
LGTM 👍


Description
This PR fixes #7796 and improves the visibility of category filter labels on the Integrations page in Light Mode.
Signed commits