Use theme-aware chart colors and update color variables

This commit is contained in:
2025-07-31 23:10:55 -04:00
parent 8c8f09dab9
commit 43b8fd6c9e
7 changed files with 75 additions and 39 deletions

View File

@@ -214,7 +214,7 @@ export default function InvoiceForm({ invoiceId }: InvoiceFormProps) {
],
}));
}
}, [formData.defaultHourlyRate, formData.items]);
}, [formData.defaultHourlyRate]);
// Update default hourly rate when client changes
useEffect(() => {