Setting a value on `strokeWidth` results in no change of thickness. eg `<RotationHoleLoader color="#fff" size={55} strokeWidth={4} />` The `size` works fine, the `strokeWidth` does nothing.
Setting a value on
strokeWidthresults in no change of thickness.eg
<RotationHoleLoader color="#fff" size={55} strokeWidth={4} />The
sizeworks fine, thestrokeWidthdoes nothing.