fix: email line height (#8130)

This commit is contained in:
Nafees Nazik
2023-04-06 17:38:13 +00:00
committed by GitHub
parent 88a8da3ef6
commit 8a440c24c0
+1 -1
View File
@@ -19,7 +19,7 @@ export const Info = (props: {
return (
<>
{props.withSpacer && <Spacer />}
<div style={{ lineHeight: "6px" }}>
<div>
<p style={{ color: "#101010" }}>{props.label}</p>
<p
style={{