styles adjustments

This commit is contained in:
2025-12-10 00:44:50 +03:00
parent 148c1c3f40
commit caa109fbcb
4 changed files with 27 additions and 72 deletions

View File

@@ -47,6 +47,7 @@ const ArabicPrice: React.FC<ArabicPriceProps> = ({
style={{
verticalAlign: "baseline",
lineHeight: 1,
fontSize: "14px",
...(decorationStyle ?? {}),
}}
>
@@ -55,7 +56,7 @@ const ArabicPrice: React.FC<ArabicPriceProps> = ({
<span style={{ margin: "0 2px" }} />
<span
style={{
fontSize: "0.9em",
fontSize: "14px",
verticalAlign: "baseline",
lineHeight: 1,
position: "relative",
@@ -73,6 +74,7 @@ const ArabicPrice: React.FC<ArabicPriceProps> = ({
verticalAlign: "baseline",
lineHeight: 1,
display: "inline-block",
fontSize: "14px",
...(decorationStyle ?? {}),
}}
>
@@ -81,7 +83,7 @@ const ArabicPrice: React.FC<ArabicPriceProps> = ({
<span style={{ margin: "0 2px" }} />
<span
style={{
fontSize: "0.9em",
fontSize: "14px",
verticalAlign: "baseline",
lineHeight: 1,
display: "inline-block",