Skip to content

Commit

Permalink
refactor(spinner): change classname according to figma
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed May 24, 2024
1 parent d13e578 commit cc85187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
stroke-width: var(--b-spinner-stroke-width);
}

& .fill {
& .indicator {
fill: none;
stroke: var(--b-spinner-fill-color);
stroke-dasharray: var(--b-spinner-stroke-dasharray);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const Spinner = forwardRef<HTMLSpanElement, SpinnerProps>(
cx="8"
cy="8"
r="7"
className={styles.fill}
className={styles.indicator}
vectorEffect="non-scaling-stroke"
/>
</svg>
Expand Down

0 comments on commit cc85187

Please sign in to comment.