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