feat(a11y): update maker neutral-20 to meet contrast requirements #585
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.
Describe the problem this PR addresses
The color
neutral-20generated by the maker colors utility did not pass minimum (3:1) contrast requirements in the components it's used on (input borders, toggle buttons etc).Describe the changes in this PR
This PR adjusts the values used to generate
neutral-20so that components using it in their styles pass contrast requirements for accessibility. This PR also updates the README for theme so that it uses the makerColors utility functions to demo the colors and includes their contrast values.Other information