diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index da00d0a..170935e 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -782,7 +782,7 @@ export const Graph = function (props: GraphProps) { (link.source as NodeObject).id! === centralHighlightedNode?.id! || (link.target as NodeObject).id! === centralHighlightedNode?.id! - return linkIsHighlighted ? theme.colors.purple[500] : theme.colors.gray[400] + return linkIsHighlighted ? theme.colors.purple[500] : theme.colors.gray[500] }, linkWidth: physics.linkWidth, linkDirectionalParticleWidth: physics.particlesWidth, |