checkout: UI + styles enhacnements

This commit is contained in:
2025-12-30 23:50:42 +03:00
parent 3ed5c4d5d6
commit 5d523e2508
24 changed files with 355 additions and 122 deletions

View File

@@ -77,7 +77,20 @@ const ProHeader: FunctionComponent<ProHeaderProps> = ({
}}
{...other}
>
<ProTitle level={5}>{children}</ProTitle>
<ProTitle
level={5}
style={{
fontWeight: 500,
fontStyle: "Medium",
fontSize: 16,
lineHeight: "140%",
letterSpacing: "0%",
textAlign: "center",
color: "#333333",
}}
>
{children}
</ProTitle>
</Text>
</div>
@@ -96,7 +109,20 @@ const ProHeader: FunctionComponent<ProHeaderProps> = ({
}}
{...other}
>
<ProTitle level={5}>{children}</ProTitle>
<ProTitle
level={5}
style={{
fontWeight: 500,
fontStyle: "Medium",
fontSize: 16,
lineHeight: "140%",
letterSpacing: "0%",
textAlign: "center",
color: "#333333",
}}
>
{children}
</ProTitle>
</Text>
</div>
</>