Skip to content

Commit

Permalink
fix: spinner not showing in button
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlsndr committed Sep 20, 2023
1 parent baa04f1 commit 225a53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<RobustSpinner
v-if="loading"
:size="condensed ? 16 : 20"
class="absolute text-white"
class="absolute"
/>
</slot>
</Component>
Expand Down

0 comments on commit 225a53e

Please sign in to comment.