Fix reversed primary interactive colors in light/dark modes#759
Merged
Fix reversed primary interactive colors in light/dark modes#759
Conversation
…t and dark modes The primary interactive colors (primary, primaryHover, primaryActive) were incorrectly swapped between light and dark modes. Light mode was using dark blue colors while dark mode was using light grey colors, causing visibility and contrast issues. Changes: - Light mode: now uses grey.grey500/600/700 for primary states - Dark mode: now uses darkBlue.darkBlue500/700/800 for primary states - Fixed linkInverse in dark mode to use deepBlue500 instead of deepBlue200
|
mmolis1
approved these changes
Nov 4, 2025
jedrasik
approved these changes
Nov 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What
What was done in this Pull Request
How was it before
Screenshots
Any other information that may be useful for the dev to review Pull Request
Testing
Is this change covered by the unit tests?
Is this change covered by the integration tests?
Is this change covered by the automated acceptance tests? (if applicable)
Compatibility
Screenshots
Before
After