mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: stylw tweaks of discount and adjustment in estimates, invoices, and receipts
This commit is contained in:
@@ -167,10 +167,8 @@ export function EstimateSendMailReceipt({
|
||||
borderBottomWidth={'1px'}
|
||||
borderBottomColor={'#D9D9D9'}
|
||||
>
|
||||
<x.span fontWeight={500}>{discountLabel}</x.span>
|
||||
<x.span fontWeight={600} fontSize={15}>
|
||||
{discount}
|
||||
</x.span>
|
||||
<x.span>{discountLabel}</x.span>
|
||||
<x.span fontSize={15}>{discount}</x.span>
|
||||
</Group>
|
||||
)}
|
||||
|
||||
@@ -182,10 +180,8 @@ export function EstimateSendMailReceipt({
|
||||
borderBottomWidth={'1px'}
|
||||
borderBottomColor={'#D9D9D9'}
|
||||
>
|
||||
<x.span fontWeight={500}>{adjsutmentLabel}</x.span>
|
||||
<x.span fontWeight={600} fontSize={15}>
|
||||
{adjustment}
|
||||
</x.span>
|
||||
<x.span>{adjsutmentLabel}</x.span>
|
||||
<x.span fontSize={15}>{adjustment}</x.span>
|
||||
</Group>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user