diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-26 21:35:48 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-26 21:35:48 +0200 |
commit | 02c97d1e27c8617e4c0669c02d54b4aab130f750 (patch) | |
tree | 7db648a71f81696536d9e8f7e95f6eb1d1e030f1 /pages | |
parent | 689c9b18021ef4ca8195115eea26a253f5c5479b (diff) |
minor cleanups
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 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} /> |