summaryrefslogtreecommitdiff
path: root/components/tweaks.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-03 16:30:49 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-03 16:30:49 +0200
commitd53af1704c33192e696d71143fa4895176a1e28a (patch)
treeb0aeeb5ca0fc74889ecfcf38ed1cdfde036ac0fe /components/tweaks.tsx
parent57ff943843831fbe041ec2e2a923fa70a2f805f3 (diff)
feature: citelink highlight color
Diffstat (limited to 'components/tweaks.tsx')
-rw-r--r--components/tweaks.tsx10
1 files changed, 9 insertions, 1 deletions
diff --git a/components/tweaks.tsx b/components/tweaks.tsx
index 1f4d1c7..39a8a35 100644
--- a/components/tweaks.tsx
+++ b/components/tweaks.tsx
@@ -764,12 +764,20 @@ export const Tweaks = (props: TweakProps) => {
/>
<ColorMenu
colorList={colorList}
- label="Citationlink color"
+ label="Citation link color"
visuals={visuals}
setVisuals={setVisuals}
value={'citeLinkColor'}
visValue={visuals.citeLinkColor}
/>
+ <ColorMenu
+ colorList={colorList}
+ label="Citation link highlight"
+ visuals={visuals}
+ setVisuals={setVisuals}
+ value={'citeLinkHighlightColor'}
+ visValue={visuals.citeLinkHighlightColor}
+ />
<Box>
<Flex alignItems="center" justifyContent="space-between">
<Text>Labels</Text>