|
|
|
@@ -51,7 +51,10 @@ const isAfter = checkIsOnlyOnlinePayment(); |
|
|
|
{isAfter ? ( |
|
|
|
<Typography |
|
|
|
variant="h4" |
|
|
|
sx={{ textAlign: "left", ml: 8, mr: 4, mt: 4 }} |
|
|
|
sx={{ textAlign: "left", ml: 8, mr: 4, mt: 4, |
|
|
|
textDecoration: "underline", |
|
|
|
textDecorationThickness: "2px", |
|
|
|
textUnderlineOffset: "4px" }} |
|
|
|
> |
|
|
|
<FormattedMessage id="proofPaymentHeader_demandNote2" /> |
|
|
|
</Typography> |
|
|
|
@@ -63,7 +66,9 @@ const isAfter = checkIsOnlyOnlinePayment(); |
|
|
|
ml: 4, |
|
|
|
mr: 4, |
|
|
|
mt: 4, |
|
|
|
borderBottom: "1px solid black" |
|
|
|
textDecoration: "underline", |
|
|
|
textDecorationThickness: "2px", |
|
|
|
textUnderlineOffset: "4px" |
|
|
|
}} |
|
|
|
> |
|
|
|
<FormattedMessage id="proofPaymentHeader_demandNote" /> |
|
|
|
|