styles adjustments
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user