Skip to content

Commit

Permalink
Merge pull request #2417 from MahtabBukhari/When-node-text-is-large-t…
Browse files Browse the repository at this point in the history
…hen-it-is-going-to-be-behind-the-Circle-node-icons

[Main Graph] When node text is large then it is going to be behind the Circle node icons
  • Loading branch information
Rassl authored Nov 8, 2024
2 parents 25893a3 + 09cd05a commit a2082a3
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 @@ -220,7 +220,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 a2082a3

Please sign in to comment.