Changed primary/secondary colours to branded

This commit is contained in:
Ben Arc
2021-06-29 02:10:30 +01:00
parent c39dfbaee2
commit b0c0b9f851
29 changed files with 90 additions and 93 deletions
@@ -5,10 +5,7 @@
<q-card>
<q-card-section>
{% raw %}
<q-btn
unelevated
color="deep-purple"
@click="formDialogCharge.show = true"
<q-btn unelevated color="primary" @click="formDialogCharge.show = true"
>New charge
</q-btn>
</q-card-section>
@@ -265,7 +262,7 @@
<div class="row q-mt-lg">
<q-btn
unelevated
color="deep-purple"
color="primary"
:disable="
formDialogCharge.data.time == null ||
formDialogCharge.data.amount == null"