-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(progress-indicator): use circle--filled icon #5585
Conversation
Deploy preview for carbon-components-react ready! Built with commit 7b3f0c8 https://deploy-preview-5585--carbon-components-react.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 7b3f0c8 |
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 1px down for the icons looks good 👍🏻 can you also do this for the vertical variant as well?
-
The blue bars for current and completed states need to be
interactive-04
@laurenmrice done 👍 |
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.
perfecto! thank you 🎉
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.
LGTM 👍 - Thanks @tw15egan!
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.
looks good to me
* fix(progress-indicator): use circle--filled icon * fix(progress-indicator): change token, adjust svg margin Co-authored-by: Josh Black <[email protected]>
Closes #5584
Uses the new
circle--filled
icon inProgressIndicator
. Also bumps theSVG
icons down 1px to better align to text.Changelog
New
CircleFilled16
is used for the in-progress step.Changed
1px
of top margin on svg iconsRemoved
RadioButtonChecked16
and associated styles that were used to fill the iconTesting / Reviewing
Ensure the
ProgressIndicator
renders as expected