diff options
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx index 9f580f6..f8ff942 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -175,12 +175,6 @@ function SubApp(props: any) { }, }, }, - SliderThumb: { - bg: highlightColor + '.500', - }, - SliderFilledTrack: { - bg: 'gray.400', - }, }, } }, [highlightColor, JSON.stringify(emacsTheme)]) |