checkout: reafactor UI
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user