diff options
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/config.ts b/components/config.ts index db450d7..daf548c 100644 --- a/components/config.ts +++ b/components/config.ts @@ -93,7 +93,7 @@ export const initialVisuals = { refDashLength: 35, refGapLength: 15, refLinkColor: 'gray.400', - refLinkHighlightColor: ''. + refLinkHighlightColor: '', refNodeColor: 'black', } |