Hello, hope you are well,
I would like to add inline styles to a <TextBlock> in the checkout extension. I’ve tried several methods, but nothing seems to work. Could you please share your solution?
Return Statement:
return (
<>
<TextBlock>
We have a 45-day return policy, which means you have 30 days after receiving your item to request a return.
</TextBlock>
<TextBlock>
To be eligible for a return, your item must be in the same condition that you received it, unworn or unused, with tags, and in its original packaging. You’ll also need the receipt or proof of purchase.
</TextBlock>
<Button onPress={onClose} style={modalStyles.closeButton}>
Close
</Button>
</>
);
Thank you in advance