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'"
|
||||
:loading="isSendingEmail"
|
||||
:disabled="isSendingEmail"
|
||||
:outline="true"
|
||||
color="theme"
|
||||
@click="onSendEstimate"
|
||||
>
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
v-if="invoice.status === 'DRAFT'"
|
||||
:loading="isSendingEmail"
|
||||
:disabled="isSendingEmail"
|
||||
:outline="true"
|
||||
color="theme"
|
||||
@click="onSendInvoice"
|
||||
>
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
<base-button
|
||||
:loading="isSendingEmail"
|
||||
:disabled="isSendingEmail"
|
||||
:outline="true"
|
||||
color="theme"
|
||||
@click="onPaymentSend"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user