From e00acac626ce0a7811f77274170ce09ad2827e4c Mon Sep 17 00:00:00 2001 From: DanielS Date: Tue, 7 Jul 2026 09:00:54 +0200 Subject: [PATCH] fix(pdf): widen total container and reduce font to prevent label-value collision --- shop/components/invoice-pdf.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/components/invoice-pdf.tsx b/shop/components/invoice-pdf.tsx index d7778ec..0932e12 100644 --- a/shop/components/invoice-pdf.tsx +++ b/shop/components/invoice-pdf.tsx @@ -77,7 +77,7 @@ const styles = StyleSheet.create({ paddingTop: 10, }, totalLabel: { - fontSize: 14, + fontSize: 11, fontWeight: 'bold', }, footer: { @@ -216,7 +216,7 @@ export const InvoicePDF = ({ order, orderSnapshot, customer }: any) => { - + {oneTimeNet > 0 && ( 0 ? 10 : 0 }}> {monthlyNet > 0 && (