chore: update line-height for docs text (#174)
This commit is contained in:
parent
0051501bc5
commit
de9bb9ca63
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue