diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-16 23:04:21 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-16 23:04:21 +0200 |
commit | 677702087e7b1e001a489412f4ed26dfaa138df6 (patch) | |
tree | a98c1af5379688b57985eebe051ffdb9422dbbb5 /pages/_app.tsx | |
parent | f69c94297de4168175d02e9ead985b7420cb0bfc (diff) |
feat(labels): slightly nicer ui
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx index 3a0ffa0..976785c 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -184,6 +184,9 @@ function SubApp(props: any) { }, track: { backgroundColor: 'gray.400', + borderColor: 'gray.400', + borderWidth: '5px', + borderRadius: 'lg', }, }), }, |