feat: stylw tweaks of discount and adjustment in estimates, invoices, and receipts

This commit is contained in:
Ahmed Bouhuolia
2024-12-02 18:57:42 +02:00
parent 5b75fa9286
commit 154ade9647
3 changed files with 14 additions and 22 deletions

View File

@@ -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>
)}