Skip to content

Commit

Permalink
fix(node-text): when node text is large then it is going to be behind…
Browse files Browse the repository at this point in the history
… the Circle node icons
  • Loading branch information
MahtabBukhari committed Oct 31, 2024
1 parent a1a314c commit 09cd05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Universe/Graph/Cubes/Text/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 09cd05a

Please sign in to comment.