mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-28 17:50:56 +02:00
buttons flat
This commit is contained in:
parent
bb76a9e0a9
commit
5bd7d3dc7e
@ -445,7 +445,7 @@
|
||||
color="primary"
|
||||
:disable="payInvoiceData.data.request == ''"
|
||||
type="submit"
|
||||
outline
|
||||
flat
|
||||
>Continue</q-btn
|
||||
>
|
||||
<q-btn unelevated icon="photo_camera" label="Scan" class="q-ml-auto" @click="showCamera"> </q-btn>
|
||||
@ -563,7 +563,7 @@
|
||||
color="primary"
|
||||
>Copy invoice</q-btn
|
||||
>
|
||||
<q-btn v-else color="primary" @click="requestMintButton" :disable="!invoiceData.amount > 0"
|
||||
<q-btn v-else flat color="primary" @click="requestMintButton" :disable="!invoiceData.amount > 0"
|
||||
>Create Invoice</q-btn
|
||||
>
|
||||
<q-btn v-close-popup flat color="grey" class="q-ml-auto"
|
||||
@ -632,6 +632,7 @@
|
||||
:disable="sendData.amount == null || sendData.amount <= 0"
|
||||
@click="sendTokens"
|
||||
color="primary"
|
||||
flat
|
||||
type="submit"
|
||||
>Send Tokens</q-btn
|
||||
>
|
||||
@ -673,7 +674,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row q-mt-lg">
|
||||
<q-btn @click="redeem" outline color="grey"
|
||||
<q-btn @click="redeem" flat color="primary"
|
||||
>Receive Tokens</q-btn
|
||||
>
|
||||
<q-btn v-close-popup flat color="grey" class="q-ml-auto"
|
||||
|
Loading…
x
Reference in New Issue
Block a user