visualizer: square extensions in tree

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-11-05 12:41:56 -06:00
parent 73a5ce31f4
commit e1071afe41
@@ -133,7 +133,7 @@ export function Node(props: { node: NodeType }) {
className={classes.node}
width={paddedWidth}
height={paddedHeight}
rx={10}
rx={node.type === 'node' ? 0 : 20}
/>
<text
ref={idRef}