Skip to content

Commit

Permalink
feat(spinner): rm default spinner size in button
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed May 31, 2024
1 parent 311a11d commit 1499e14
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions packages/bezier-react/src/components/AlphaButton/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ export const Button = forwardRef<HTMLButtonElement, ButtonProps>(
<AlphaSpinner
className={styles.Spinner}
variant="on-overlay"
// NOTE: Spinner size will be overridden by Icon size
size="s"
/>
</div>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export const FloatingButton = forwardRef<
>
<AlphaSpinner
className={styles.Spinner}
size="s"
variant="on-overlay"
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export const FloatingIconButton = forwardRef<
>
<AlphaSpinner
className={styles.Spinner}
size="s"
variant="on-overlay"
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export const IconButton = forwardRef<HTMLButtonElement, AlphaIconButtonProps>(
>
<AlphaSpinner
className={styles.Spinner}
size="s"
variant="on-overlay"
/>
</div>
Expand Down

0 comments on commit 1499e14

Please sign in to comment.