checkout: reafactor UI

This commit is contained in:
2025-12-24 22:34:11 +03:00
parent 66d77d0621
commit 19212860c3
11 changed files with 106 additions and 27 deletions

View File

@@ -28,7 +28,17 @@ const ProInputCard: FunctionComponent<ProInputCardProps> = ({
}}
>
{title && typeof title === "string" && (
<ProTitle style={{ fontSize: 18 }}> {title} </ProTitle>
<ProTitle
style={{
fontWeight: 500,
fontStyle: "Medium",
fontSize: 18,
lineHeight: "140%",
letterSpacing: "0%",
}}
>
{title}
</ProTitle>
)}
{title && typeof title !== "string" && title}
<div style={{ position: "relative", top: 0 }}>{titleRight}</div>