You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The loader doesn't appear centered (visually). I think that with width: 60px, it should have left: 30px, in order to appear centered. Here's the code from the devTools after the component renders: <span style="display: inherit; position: relative; font-size: 0px; top: 20px; left: 20px; width: 60px; height: 60px;">
To Reproduce
Just use the component
Expected behavior
I assume that since all the other loaders are centered, this should be as well
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Package Version
0.13.8
Describe the bug
The loader doesn't appear centered (visually). I think that with width: 60px, it should have left: 30px, in order to appear centered. Here's the code from the devTools after the component renders:
<span style="display: inherit; position: relative; font-size: 0px; top: 20px; left: 20px; width: 60px; height: 60px;">
To Reproduce
Just use the component
Expected behavior
I assume that since all the other loaders are centered, this should be as well
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: