cart: enhancements

This commit is contained in:
2025-12-31 00:10:09 +03:00
parent 5d523e2508
commit 7119ead8c2
5 changed files with 205 additions and 177 deletions

View File

@@ -56,14 +56,14 @@ const ArabicPrice: React.FC<ArabicPriceProps> = ({
>
{formattedPrice}
</span>
<span style={{ margin: "0 2px" }} />
<span style={{ margin: "0 3px" }} />
<span
style={{
fontSize: "14px",
verticalAlign: "baseline",
lineHeight: 1,
position: "relative",
top: -3,
top: -2,
...(decorationStyle ?? {}),
...textStyle,
}}