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