From 34bffd1bb0dc119dc7214a990772210b2da12bbc Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Fri, 30 Jul 2021 22:01:17 +0200 Subject: lots of label customization + fixes --- pages/_app.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pages/_app.tsx') 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)]) -- cgit v1.2.3