From 09cd05a2f0fdb1c69ee8588fd76c32e9ca248d8c Mon Sep 17 00:00:00 2001 From: MahtabBukhari Date: Thu, 31 Oct 2024 19:11:21 +0500 Subject: [PATCH] fix(node-text): when node text is large then it is going to be behind the Circle node icons --- src/components/Universe/Graph/Cubes/Text/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Universe/Graph/Cubes/Text/index.tsx b/src/components/Universe/Graph/Cubes/Text/index.tsx index 8b1e6c005..0cbc7bbfb 100644 --- a/src/components/Universe/Graph/Cubes/Text/index.tsx +++ b/src/components/Universe/Graph/Cubes/Text/index.tsx @@ -161,7 +161,7 @@ export const TextNode = memo(({ node, hide, isHovered }: Props) => { color={color} fillOpacity={1 || fillOpacity} name="text" - position={[0, -40, 0]} + position={[0, -65, 0]} scale={textScale} userData={node} {...fontProps}