mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
GraphContent: amend text, blockquote boxing, color
This commit is contained in:
parent
e80cd1ceb3
commit
a43bb23223
@ -271,7 +271,7 @@ const renderers = {
|
||||
return (
|
||||
<Text
|
||||
lineHeight="tall"
|
||||
display="inline-block"
|
||||
display="block"
|
||||
borderLeft="1px solid"
|
||||
color="black"
|
||||
paddingLeft={2}
|
||||
@ -283,8 +283,10 @@ const renderers = {
|
||||
},
|
||||
paragraph: ({ children }) => {
|
||||
return (
|
||||
<Box fontSize={1} lineHeight="tall">
|
||||
<Box display="inline-block">
|
||||
<Text fontSize={1} lineHeight="tall">
|
||||
{children}
|
||||
</Text>
|
||||
</Box>
|
||||
);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user