mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
remove unnecessary font size declaration
This commit is contained in:
parent
f66ca930f5
commit
8c4e35aed2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue