mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 23:19:13 -05:00
feat: updates styling
This commit is contained in:
@@ -61,13 +61,12 @@ export const Node = ({ node, order }: Props) => {
|
||||
<LabelContainer labelHeight={node.labelHeight} connectorDotSize={3}>
|
||||
<Typography fontWeight={600}>{node.label}</Typography>
|
||||
{description && (
|
||||
<Box sx={{ pt: 0.2, width: 180 }}>
|
||||
<Box sx={{ pt: 0.2, width: 200 }}>
|
||||
<MarkdownEditor
|
||||
readOnly
|
||||
value={node.description}
|
||||
styles={{
|
||||
color: theme.palette.text.secondary,
|
||||
fontSize: '0.8em'
|
||||
color: theme.palette.text.secondary
|
||||
}}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user