summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-26 21:35:48 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-26 21:35:48 +0200
commit02c97d1e27c8617e4c0669c02d54b4aab130f750 (patch)
tree7db648a71f81696536d9e8f7e95f6eb1d1e030f1 /pages
parent689c9b18021ef4ca8195115eea26a253f5c5479b (diff)
minor cleanups
Diffstat (limited to 'pages')
-rw-r--r--pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index 8fc957f..b8dc014 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -594,7 +594,7 @@ export const Graph = function (props: GraphProps) {
ref={graph3dRef}
{...graphCommonProps}
nodeThreeObjectExtend={true}
- backgroundColor={theme.colors.alt[100]}
+ backgroundColor={theme.colors.white}
/>
) : (
<ForceGraph2D ref={graph2dRef} {...graphCommonProps} />