diff options
Diffstat (limited to 'components/tweaks.tsx')
-rw-r--r-- | components/tweaks.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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" |