Skip to content

Commit c690377

Browse files
committed
feat: spinner uses dodger blue
1 parent b348f8d commit c690377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Spinner/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function Spinner({
4141
<circle
4242
className="SpinnerPath"
4343
fill="none"
44-
stroke="currentColor"
44+
stroke="dodgerblue"
4545
strokeWidth={strokeWidth}
4646
strokeLinecap="round"
4747
cx={pathSize}

0 commit comments

Comments
 (0)