Skip to content

Commit

Permalink
feat(spinner): resize spinner radius to be smooth
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed May 31, 2024
1 parent 1499e14 commit 3bf61ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bezier-react/src/components/AlphaSpinner/Spinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ export const Spinner = forwardRef<HTMLSpanElement, SpinnerProps>(
<circle
cx="8"
cy="8"
r="7"
r="6.5"
className={styles.track}
/>

<circle
cx="8"
cy="8"
r="7"
r="6.5"
className={styles.indicator}
/>
</svg>
Expand Down

0 comments on commit 3bf61ef

Please sign in to comment.