Skip to content

Commit

Permalink
Cancel buttons to Close
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed May 27, 2024
1 parent 960aed6 commit b38f3b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions src/components/PayInvoiceDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,13 @@
color="primary"
size="1em"
/></q-btn>
<q-btn v-close-popup flat color="grey" class="q-ml-auto"
>Cancel</q-btn
>
<q-btn v-close-popup flat color="grey" class="q-ml-auto">Close</q-btn>
</div>
<div v-else class="row q-mt-lg">
<q-btn unelevated disabled color="yellow" text-color="black"
>Not enough funds!</q-btn
>
<q-btn v-close-popup flat color="grey" class="q-ml-auto"
>Cancel</q-btn
>
<q-btn v-close-popup flat color="grey" class="q-ml-auto">Close</q-btn>
</div>
</div>
<div v-else-if="payInvoiceData.lnurlpay">
Expand Down Expand Up @@ -140,7 +136,7 @@
<div class="row q-mt-lg">
<q-btn unelevated color="primary" type="submit">Send</q-btn>
<q-btn v-close-popup flat color="grey" class="q-ml-auto"
>Cancel</q-btn
>Close</q-btn
>
</div>
</q-form>
Expand Down Expand Up @@ -205,7 +201,7 @@
</q-responsive>
<div class="row q-mt-lg">
<q-btn @click="closeCamera" flat color="grey" class="q-ml-auto">
Cancel
Close
</q-btn>
</div>
</div> -->
Expand Down
2 changes: 1 addition & 1 deletion src/components/QrcodeReader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
><q-tooltip>Paste</q-tooltip></q-btn
>
<q-btn @click="closeCamera" flat color="grey" class="q-ml-auto"
>Cancel</q-btn
>Close</q-btn
>
</div>
</q-card>
Expand Down

0 comments on commit b38f3b3

Please sign in to comment.