mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
change button style of primary actions on view pages
This commit is contained in:
@ -20,7 +20,6 @@
|
|||||||
v-if="estimate.status === 'DRAFT'"
|
v-if="estimate.status === 'DRAFT'"
|
||||||
:loading="isSendingEmail"
|
:loading="isSendingEmail"
|
||||||
:disabled="isSendingEmail"
|
:disabled="isSendingEmail"
|
||||||
:outline="true"
|
|
||||||
color="theme"
|
color="theme"
|
||||||
@click="onSendEstimate"
|
@click="onSendEstimate"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -19,7 +19,6 @@
|
|||||||
v-if="invoice.status === 'DRAFT'"
|
v-if="invoice.status === 'DRAFT'"
|
||||||
:loading="isSendingEmail"
|
:loading="isSendingEmail"
|
||||||
:disabled="isSendingEmail"
|
:disabled="isSendingEmail"
|
||||||
:outline="true"
|
|
||||||
color="theme"
|
color="theme"
|
||||||
@click="onSendInvoice"
|
@click="onSendInvoice"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -6,7 +6,6 @@
|
|||||||
<base-button
|
<base-button
|
||||||
:loading="isSendingEmail"
|
:loading="isSendingEmail"
|
||||||
:disabled="isSendingEmail"
|
:disabled="isSendingEmail"
|
||||||
:outline="true"
|
|
||||||
color="theme"
|
color="theme"
|
||||||
@click="onPaymentSend"
|
@click="onPaymentSend"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user