diff options
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} /> |