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