We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b348f8d commit c690377Copy full SHA for c690377
src/components/Spinner/index.js
@@ -41,7 +41,7 @@ export function Spinner({
41
<circle
42
className="SpinnerPath"
43
fill="none"
44
- stroke="currentColor"
+ stroke="dodgerblue"
45
strokeWidth={strokeWidth}
46
strokeLinecap="round"
47
cx={pathSize}
0 commit comments