mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
feat: stylw tweaks of discount and adjustment in estimates, invoices, and receipts
This commit is contained in:
@@ -212,10 +212,10 @@ export function InvoiceMailReceipt({
|
||||
position="apart"
|
||||
borderBottomStyle="solid"
|
||||
borderBottomWidth="1px"
|
||||
borderColor="#000"
|
||||
borderColor="#D9D9D9"
|
||||
>
|
||||
<x.span fontWeight={500}>{discountLabel}</x.span>
|
||||
<x.span fontWeight={600} fontSize={15}>
|
||||
<x.span>{discountLabel}</x.span>
|
||||
<x.span fontSize={15}>
|
||||
{discount}
|
||||
</x.span>
|
||||
</Group>
|
||||
@@ -228,10 +228,10 @@ export function InvoiceMailReceipt({
|
||||
position="apart"
|
||||
borderBottomStyle="solid"
|
||||
borderBottomWidth="1px"
|
||||
borderColor="#000"
|
||||
borderColor="#D9D9D9"
|
||||
>
|
||||
<x.span fontWeight={500}>{adjustmentLabel}</x.span>
|
||||
<x.span fontWeight={600} fontSize={15}>
|
||||
<x.span>{adjustmentLabel}</x.span>
|
||||
<x.span fontSize={15}>
|
||||
{adjustment}
|
||||
</x.span>
|
||||
</Group>
|
||||
|
||||
Reference in New Issue
Block a user