remove icon add button for better UX

This commit is contained in:
Tiago Vasconcelos 2022-12-15 14:41:24 +00:00
parent cc60e11226
commit 210c736181

View file

@ -18,19 +18,17 @@
label="Choose an amount *" label="Choose an amount *"
:hint="'Minimum ' + paywallAmount + ' sat'" :hint="'Minimum ' + paywallAmount + ' sat'"
> >
<template v-slot:after> </q-input>
<div class="row q-mt-lg">
<q-btn <q-btn
round unelevated
dense
flat
icon="check"
color="primary" color="primary"
:disabled="userAmount < paywallAmount || paymentReq"
type="submit" type="submit"
@click="createInvoice" @click="createInvoice"
:disabled="userAmount < paywallAmount || paymentReq" >Send</q-btn
></q-btn> >
</template> </div>
</q-input>
</q-form> </q-form>
<div v-if="paymentReq" class="q-mt-lg"> <div v-if="paymentReq" class="q-mt-lg">
<a :href="'lightning:' + paymentReq"> <a :href="'lightning:' + paymentReq">