Skip to content

Commit

Permalink
change button style of primary actions on view pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Jan 25, 2020
1 parent da996c1 commit b499741
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion resources/assets/js/views/estimates/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
v-if="estimate.status === 'DRAFT'"
:loading="isSendingEmail"
:disabled="isSendingEmail"
:outline="true"
color="theme"
@click="onSendEstimate"
>
Expand Down
1 change: 0 additions & 1 deletion resources/assets/js/views/invoices/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
v-if="invoice.status === 'DRAFT'"
:loading="isSendingEmail"
:disabled="isSendingEmail"
:outline="true"
color="theme"
@click="onSendInvoice"
>
Expand Down
1 change: 0 additions & 1 deletion resources/assets/js/views/payments/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<base-button
:loading="isSendingEmail"
:disabled="isSendingEmail"
:outline="true"
color="theme"
@click="onPaymentSend"
>
Expand Down

0 comments on commit b499741

Please sign in to comment.