-
Notifications
You must be signed in to change notification settings - Fork 195
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
chore(button,link): add more static color tests #3374
Conversation
|
🚀 Deployed on https://pr-3374--spectrum-css.netlify.app |
File metricsSummaryTotal size: 4.26 MB* 🎉 No changes detected in any packages * Size determined by adding together the size of the main file for all packages in the library.* Results are not gzipped or minified. * An ASCII character in UTF-8 is 8 bits or 1 byte. |
f4ebabb
to
ce0400b
Compare
ce0400b
to
200df32
Compare
testHeading: "UI icon", | ||
content: Template({ | ||
...args, | ||
// Uses a UI icon that is smaller than workflow sizing, to test alignment: |
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.
The most minor of nits but I'd be inclined to remove :
as we can assume the comment pertains to the line(s) that follow. ✨
testHeading: "UI icon (larger)", | ||
content: Template({ | ||
...args, | ||
// UI icon that is larger than workflow sizing: |
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.
Similar thinking here. ✨
200df32
to
9982c4e
Compare
Description
Expand test coverage for variants in static color modes.
Other diffs relate to the update to the border color.
How and where has this been tested?
Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.
To-do list