chore: update line-height for docs text ()

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
src/components/UI/docs

View File

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