From 15fdbd4e9e36c858709651e035fe1339dba3a1e9 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 16 Oct 2021 22:21:24 +0200 Subject: feat(labels): better ui for labels --- pages/_app.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pages/_app.tsx') 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', }, }), }, -- cgit v1.2.3