Skip to content

Commit

Permalink
Merge branch 'main' into fix-radius-storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Jan 19, 2023
2 parents a4f1f84 + b33fb0d commit b54a480
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CircleLoader.tsx
Expand Up @@ -41,7 +41,6 @@ function CircleLoader({
transition: "2s",
top: `${i * 0.7 * 2.5}%`,
left: `${i * 0.35 * 2.5}%`,
animationFillMode: "",
animation: `${circle} ${1 / speedMultiplier}s ${(i * 0.2) / speedMultiplier}s infinite linear`,
};
};
Expand Down

0 comments on commit b54a480

Please sign in to comment.