We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68e582 commit fc6b494Copy full SHA for fc6b494
resources/js/components/Fieldtypes/OrderReceiptFieldtype.vue
@@ -36,7 +36,7 @@
36
<div>Taxes</div>
37
<div>{{ receipt.totals.tax_total }}</div>
38
</div>
39
- <div class="receipt-total font-bold text-lg">
+ <div class="receipt-total font-bold">
40
<div>Grand Total</div>
41
<div>{{ receipt.totals.grand_total }}</div>
42
0 commit comments