diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-23 16:03:25 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-23 16:03:25 +0200 |
commit | 10cda32757e4940845c5c1479af09fe0b323222c (patch) | |
tree | 345d1798772745e77cc4dcd3aea256b4d103dec9 /pages | |
parent | 39e6ec5f16ac782ff7deaa382b72a603d662b235 (diff) |
made links a little brighter
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, |