summaryrefslogtreecommitdiff
path: root/app/components/graph
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-15 22:58:13 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-15 22:58:13 +0200
commitef6fc47a7e95e80837f899a108f6dbd5463a80ec (patch)
tree983f42c30d994a879fe482679662afb7b9b10e8b /app/components/graph
parent6e3ba4f86bf3f25d27af66cfcd4f5739e767b208 (diff)
prettified menu
Diffstat (limited to 'app/components/graph')
-rw-r--r--app/components/graph/graph.tsx1
1 files changed, 1 insertions, 0 deletions
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"
/>
)}
</View>