fix: email line height (#8130)

pull/8129/head^2
Nafees Nazik 2023-04-06 23:08:13 +05:30 committed by GitHub
parent 88a8da3ef6
commit 8a440c24c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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={{