diff options
Diffstat (limited to 'pages')
-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', }, }), }, |