mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-09 01:26:36 +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
|
// paragraphs
|
||||||
p: ({ children }: any) => {
|
p: ({ children }: any) => {
|
||||||
return (
|
return (
|
||||||
<Text mb={7} size='sm' lineHeight={1.5}>
|
<Text mb={7} lineHeight={1.5}>
|
||||||
{children}
|
{children}
|
||||||
</Text>
|
</Text>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue