From 10cda32757e4940845c5c1479af09fe0b323222c Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 23 Jul 2021 16:03:25 +0200 Subject: made links a little brighter --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages') 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, -- cgit v1.2.3