summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-30 22:02:52 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-30 22:02:52 +0200
commit000cedbb89b54074dbeac9687f60f6d9b125b9a3 (patch)
tree011a254fb676b75740faf37053e34fef64e4feef /pages
parent34bffd1bb0dc119dc7214a990772210b2da12bbc (diff)
removed notworking slider customization
Diffstat (limited to 'pages')
-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)])