-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(progress-spinner): set spinner width to match diameter #10314
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
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.
Could you expand the commit message with what this was doing wrong before?
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
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
@josephperrott looks like there are some test failures and a few lint warnings. |
bf9ae40
to
35cc471
Compare
35cc471
to
f17e8cb
Compare
f4b5f2c
to
99079be
Compare
99079be
to
f0e59a7
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes #10200
Rather than increasing the width of the spinner to accommodate the inclusion of the stroke's width, the strokes width is now accounted for in the width. Said another way, the diameter of the outside of the spinner's circle is used, rather than the diameter of the inner circle.