From 0d2b5de7402a2ccae31628e9efe48956f96de4c3 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Tue, 15 Jul 2025 20:08:25 -0400 Subject: [PATCH] Adjust save button icon spacing for mobile screens --- src/components/forms/invoice-form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/forms/invoice-form.tsx b/src/components/forms/invoice-form.tsx index a792557..5648134 100644 --- a/src/components/forms/invoice-form.tsx +++ b/src/components/forms/invoice-form.tsx @@ -789,12 +789,12 @@ export function InvoiceForm({ invoiceId }: InvoiceFormProps) { > {loading ? ( <> - + Saving... ) : ( <> - + Save Invoice )}