summaryrefslogtreecommitdiff
path: root/pages/_app.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-30 22:01:17 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-30 22:01:17 +0200
commit34bffd1bb0dc119dc7214a990772210b2da12bbc (patch)
treeed6d1b96aa55056d05f260e2420130c3d3768238 /pages/_app.tsx
parent1da75b17e31940f212a8a49aadf442547b05691a (diff)
lots of label customization + fixes
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r--pages/_app.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx
index f8ff942..9f580f6 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -175,6 +175,12 @@ function SubApp(props: any) {
},
},
},
+ SliderThumb: {
+ bg: highlightColor + '.500',
+ },
+ SliderFilledTrack: {
+ bg: 'gray.400',
+ },
},
}
}, [highlightColor, JSON.stringify(emacsTheme)])