diff options
Diffstat (limited to 'src/lib/invoice/components/Invoice.jsx')
| -rw-r--r-- | src/lib/invoice/components/Invoice.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/invoice/components/Invoice.jsx b/src/lib/invoice/components/Invoice.jsx index 6012e4ea..1094e2e4 100644 --- a/src/lib/invoice/components/Invoice.jsx +++ b/src/lib/invoice/components/Invoice.jsx @@ -167,7 +167,7 @@ const Invoice = ({ id }) => { {invoice.data?.efaktur ? ( <button type='button' - className='inline-block text-red_r-11' + className='inline-block text-danger-500' onClick={() => downloadTaxInvoice(invoice?.data)} > Download |
