Skip to content

Commit

Permalink
Fix button spacing.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Viénot <[email protected]>
  • Loading branch information
svienot committed Jan 9, 2024
1 parent 8e5ef21 commit 9fc09d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/staking/WalletChooser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>
</div>

<div class="is-flex is-justify-content-flex-end">
<div class="is-flex is-justify-content-flex-end mt-4">
<button id="cancelButton" class="button is-white is-small" @click="handleCancel">CANCEL</button>
<button id="connectButton" :disabled="!chosenWallet" class="button is-info is-small ml-4" @click="handleConnect">CONNECT
</button>
Expand Down

0 comments on commit 9fc09d8

Please sign in to comment.