summaryrefslogtreecommitdiff
path: root/pages/_app.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-17 01:14:41 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-17 01:14:41 +0200
commitd1f02171bd4727fb0c09657d6fe0f21f5cde9617 (patch)
treec1f4e920c0cfa2e9a2dfa1605d242e25cd28bfdd /pages/_app.tsx
parent85b665b343d63096a3e62c210931040a44b07a1b (diff)
parentca2fa3dc8d405d0ec451f16b9fcc72cde6bbf470 (diff)
feat(algos): merge
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r--pages/_app.tsx8
1 files changed, 7 insertions, 1 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx
index 9833717..976785c 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -180,7 +180,13 @@ function SubApp(props: any) {
backgroundColor: highlightColor,
},
filledTrack: {
- backgroundColor: 'gray.200',
+ backgroundColor: 'gray.400',
+ },
+ track: {
+ backgroundColor: 'gray.400',
+ borderColor: 'gray.400',
+ borderWidth: '5px',
+ borderRadius: 'lg',
},
}),
},