From 677702087e7b1e001a489412f4ed26dfaa138df6 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 16 Oct 2021 23:04:21 +0200 Subject: feat(labels): slightly nicer ui --- pages/_app.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pages') 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', }, }), }, -- cgit v1.2.3