diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-16 22:21:24 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-16 22:25:07 +0200 |
commit | 15fdbd4e9e36c858709651e035fe1339dba3a1e9 (patch) | |
tree | d5c7ac4405fc78589fa2d6b2c303d051191dc780 /pages/_app.tsx | |
parent | 0ae9d628fabab8664c38d15bd6b5084a32c8eca2 (diff) |
feat(labels): better ui for labels
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 5 |
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', }, }), }, |