-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Fix contrast of filter chevron against the background #16881
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
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 85508c3:
|
Perf AnalysisNo significant results to display. All results
|
Asset size changes
Baseline commit: fb40578607eb5b79d0d176cfa6caaa86eebcae09 (build) |
ecraig12345
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please submit this to master as well? Since we're close to release, changes need to go in both branches.
|
Probably need to update-snapshots as this will change the css. |
e973f02 to
85508c3
Compare
|
🎉 Handy links: |
Description of changes
Fixed the color for the 'filter chevron' to use
neutraySecondaryinstead ofneutralTertiaryto align with expected contrast requirements for accessibility. This was recommended by the Fluent Design team.