diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-16 23:07:19 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-16 23:07:19 +0200 |
commit | ca2fa3dc8d405d0ec451f16b9fcc72cde6bbf470 (patch) | |
tree | a98c1af5379688b57985eebe051ffdb9422dbbb5 /pages/_app.tsx | |
parent | eb794cc2183595a4f42be393db6b52478053000c (diff) | |
parent | 677702087e7b1e001a489412f4ed26dfaa138df6 (diff) |
Merge pull request #117 from org-roam/feat/better-labels
Feat/better labels
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 8 |
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', }, }), }, |