From ef6fc47a7e95e80837f899a108f6dbd5463a80ec Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 15 Jul 2021 22:58:13 +0200 Subject: prettified menu --- app/components/graph/graph.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'app/components/graph') diff --git a/app/components/graph/graph.tsx b/app/components/graph/graph.tsx index 72b9eea..930233b 100644 --- a/app/components/graph/graph.tsx +++ b/app/components/graph/graph.tsx @@ -216,6 +216,7 @@ export const Graph = observer(function Graph(props: GraphProps): JSX.Element { linkOpacity={physics.linkOpacity} nodeRelSize={physics.nodeRel} linkDirectionalParticleWidth={physics.particleWidth} + backgroundColor="#1d1d1d" /> )} -- cgit v1.2.3