From 763997f2a1bc757931f5342bf1736cac999ecb50 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 30 Dec 2022 13:01:41 +0100 Subject: [PATCH] refactor(web/skillcheck): darker track colour --- web/src/features/skillcheck/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/features/skillcheck/index.tsx b/web/src/features/skillcheck/index.tsx index a0d9efd..2932cb2 100644 --- a/web/src/features/skillcheck/index.tsx +++ b/web/src/features/skillcheck/index.tsx @@ -36,7 +36,7 @@ const useStyles = createStyles((theme) => ({ }, track: { fill: 'transparent', - stroke: theme.colors.dark[4], + stroke: theme.colors.dark[5], strokeWidth: 8, }, skillArea: { @@ -54,7 +54,7 @@ const useStyles = createStyles((theme) => ({ left: '50%', top: '50%', transform: 'translate(-50%, -50%)', - backgroundColor: theme.colors.dark[4], + backgroundColor: theme.colors.dark[5], width: 25, height: 25, textAlign: 'center',