chore: update line-height for docs text (#174)

This commit is contained in:
Nicolás Quiroz 2022-12-15 19:15:20 -03:00 committed by GitHub
parent 0051501bc5
commit de9bb9ca63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const MDComponents = {
// paragraphs
p: ({ children }: any) => {
return (
<Text mb='7 !important' lineHeight={1.5}>
<Text mb='7 !important' lineHeight={1.6}>
{children}
</Text>
);