react-spinners icon indicating copy to clipboard operation
react-spinners copied to clipboard

FadeLoader is not centered

Open ktsirangelos opened this issue 1 year ago • 0 comments

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 Screenshot 2024-02-06 at 17 29 53

Additional context

ktsirangelos avatar Feb 06 '24 16:02 ktsirangelos