summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-05 22:25:21 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-05 22:25:21 +0200
commitd1a7d3c00a603cb774697e49696e9a0d2c4661b9 (patch)
treeb54bba45833922b2ed6384504411babb150c1723 /components/config.ts
parent54507855a316df0a428119093a16c5e5180fc56d (diff)
feature: added slider for node scale
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts1
1 files changed, 1 insertions, 0 deletions
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 {