Fix stroke width attribute

This commit is contained in:
Sam Becker 2023-09-19 18:08:47 -05:00
parent 90574732cf
commit 2c59c07907

View File

@ -26,7 +26,7 @@ export default function Spinner({
viewBox="0 0 12 12"
fill="none"
stroke="currentColor"
stroke-width={SIZE_DEFAULT / size * 2}
strokeWidth={SIZE_DEFAULT / size * 2}
xmlns="http://www.w3.org/2000/svg"
className="animate-rotate-pulse"
>