checkout: UI + styles enhacnements
This commit is contained in:
@@ -35,6 +35,7 @@ const ProInputCard: FunctionComponent<ProInputCardProps> = ({
|
||||
fontSize: 18,
|
||||
lineHeight: "140%",
|
||||
letterSpacing: "0%",
|
||||
color: '#333333',
|
||||
}}
|
||||
>
|
||||
{title}
|
||||
@@ -43,7 +44,7 @@ const ProInputCard: FunctionComponent<ProInputCardProps> = ({
|
||||
{title && typeof title !== "string" && title}
|
||||
<div style={{ position: "relative", top: 0 }}>{titleRight}</div>
|
||||
</div>
|
||||
<Divider style={{ margin: "5px 0 15px 0", ...dividerStyle }} />
|
||||
<Divider style={{ margin: "3px 0 12px 0", ...dividerStyle }} />
|
||||
{children}
|
||||
</Card>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user