From d1a7d3c00a603cb774697e49696e9a0d2c4661b9 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 5 Aug 2021 22:25:21 +0200 Subject: feature: added slider for node scale --- components/config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'components/config.ts') diff --git a/components/config.ts b/components/config.ts index daf548c..2487168 100644 --- a/components/config.ts +++ b/components/config.ts @@ -95,6 +95,7 @@ export const initialVisuals = { refLinkColor: 'gray.400', refLinkHighlightColor: '', refNodeColor: 'black', + nodeSizeLinks: 2, } export interface TagColors { -- cgit v1.2.3