diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-30 22:01:17 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-30 22:01:17 +0200 |
commit | 34bffd1bb0dc119dc7214a990772210b2da12bbc (patch) | |
tree | ed6d1b96aa55056d05f260e2420130c3d3768238 /pages/_app.tsx | |
parent | 1da75b17e31940f212a8a49aadf442547b05691a (diff) |
lots of label customization + fixes
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 6 |
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)]) |