Skip to content

Commit fc6b494

Browse files
committed
wip
1 parent f68e582 commit fc6b494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/Fieldtypes/OrderReceiptFieldtype.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<div>Taxes</div>
3737
<div>{{ receipt.totals.tax_total }}</div>
3838
</div>
39-
<div class="receipt-total font-bold text-lg">
39+
<div class="receipt-total font-bold">
4040
<div>Grand Total</div>
4141
<div>{{ receipt.totals.grand_total }}</div>
4242
</div>

0 commit comments

Comments
 (0)