-
Notifications
You must be signed in to change notification settings - Fork 138
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: update styles on color page #4157
Conversation
packages/documentation-site/patternfly-docs/content/design-guidelines/styles/colors/colors.md
Outdated
Show resolved
Hide resolved
To check the contrast between background and text colors, use a <a href="https://color.a11y.com/?wc3" target="_blank" className="pf-m-link">WCAG AA-compliance tool.</a> | ||
|
||
<Divider/> |
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.
<Divider/> |
That's because without a background color, the color swatch is invisible! 😆 I'm open to other color suggestions!
I can make a 'no semantic tokens message if there are none? |
…delines/styles/colors/colors.md Co-authored-by: Erin Donehoo <[email protected]>
fece557
to
16ab157
Compare
Oh, duh! 😆 I can't think of a different approach that's ~the golden ticket, so I think we can just stick with this one, just to get the info updated? And then maybe revisit with a designer to see if we want to change it |
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.
I like it 🗣️
packages/documentation-site/patternfly-docs/content/design-guidelines/styles/colors/colors.md
Outdated
Show resolved
Hide resolved
…delines/styles/colors/colors.md Co-authored-by: Erin Donehoo <[email protected]>
Closes #4067
Closes #4073