diff options
Diffstat (limited to 'app/components/graph/graph.tsx')
-rw-r--r-- | app/components/graph/graph.tsx | 1 |
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> |