Skip to content

Commit

Permalink
refactor: use green color for success buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Oct 20, 2024
1 parent 4dfc48e commit cec0adc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PriceEditDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

<v-card-actions>
<v-btn
color="success"
elevation="1"
:loading="loading"
@click="updatePrice"
Expand Down
1 change: 1 addition & 0 deletions src/components/ProofEditDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<v-card-actions>
<v-btn
color="success"
elevation="1"
:disabled="!formFilled"
:loading="loading"
Expand Down
1 change: 1 addition & 0 deletions src/views/AddPriceMultiple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<v-btn
class="float-right"
type="submit"
color="success"
:loading="createPriceLoading"
:disabled="productPriceFormFilled"
@click="done"
Expand Down

0 comments on commit cec0adc

Please sign in to comment.