Skip to content

Commit

Permalink
fix(ui): increase payment button size
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jan 19, 2024
1 parent ae749e2 commit 5a82231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/PaymentNetwork.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ watch(paymentTx, () => {
:disabled="loading || !data.termsAccepted"
:type="'submit'"
:loading="loading"
class="px-5"
@click.prevent="pay"
>
Pay
Expand Down

0 comments on commit 5a82231

Please sign in to comment.