fix: email line height (#8130)
parent
88a8da3ef6
commit
8a440c24c0
|
@ -19,7 +19,7 @@ export const Info = (props: {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{props.withSpacer && <Spacer />}
|
{props.withSpacer && <Spacer />}
|
||||||
<div style={{ lineHeight: "6px" }}>
|
<div>
|
||||||
<p style={{ color: "#101010" }}>{props.label}</p>
|
<p style={{ color: "#101010" }}>{props.label}</p>
|
||||||
<p
|
<p
|
||||||
style={{
|
style={{
|
||||||
|
|
Loading…
Reference in New Issue