cart: enhancements
This commit is contained in:
@@ -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,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user