remove unnecessary font size declaration
This commit is contained in:
parent
f66ca930f5
commit
8c4e35aed2
|
@ -10,7 +10,7 @@ const MDXComponents = {
|
|||
// paragraphs
|
||||
p: ({ children }: any) => {
|
||||
return (
|
||||
<Text mb={7} size='sm' lineHeight={1.5}>
|
||||
<Text mb={7} lineHeight={1.5}>
|
||||
{children}
|
||||
</Text>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue