Skip to content

Commit

Permalink
fix loading style
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi6jp committed Jun 20, 2023
1 parent 1da5794 commit 17d0888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export const classesFn = ({
'no-animation': !animation,
'btn-active': active,
'btn-disabled': disabled,
loading: loading,
})
)

Expand Down

0 comments on commit 17d0888

Please sign in to comment.