From 02c97d1e27c8617e4c0669c02d54b4aab130f750 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 26 Jul 2021 21:35:48 +0200 Subject: minor cleanups --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/index.tsx') 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} /> ) : ( -- cgit v1.2.3