summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/_app.tsx6
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)])