diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/config.ts | 2 | ||||
-rw-r--r-- | components/tweaks.tsx | 1 |
2 files changed, 2 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', } diff --git a/components/tweaks.tsx b/components/tweaks.tsx index 8456766..e23476e 100644 --- a/components/tweaks.tsx +++ b/components/tweaks.tsx @@ -821,6 +821,7 @@ export const Tweaks = (props: TweakProps) => { setVisuals={setVisuals} value={'refLinkColor'} visValue={visuals.refLinkColor} + /> <ColorMenu colorList={colorList} label="Reference link highlight" |