summaryrefslogtreecommitdiff
path: root/pages/_app.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r--pages/_app.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx
index 9833717..3a0ffa0 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -180,7 +180,10 @@ function SubApp(props: any) {
backgroundColor: highlightColor,
},
filledTrack: {
- backgroundColor: 'gray.200',
+ backgroundColor: 'gray.400',
+ },
+ track: {
+ backgroundColor: 'gray.400',
},
}),
},