Schum123 / svelte-loading-spinners

A collection of loading spinner components for SvelteJs
https://schum123.github.io/svelte-loading-spinners/
MIT License
514 stars 35 forks source link

issue with circle2 and size #4

Closed quantuminformation closed 4 years ago

quantuminformation commented 4 years ago

I tried

<Circle2 size="35" color="#FF3E00" unit="px" />

result

image

removing size:

image

Also the color attr deosn't change anything

Schum123 commented 4 years ago

@quantuminformation Thanks for notice. This should be fixed now. I added more props for Circle2, colorOuter, colorCenter, colorInner and also unit.

quantuminformation commented 4 years ago

thx