From 88dac57ca6fa9da05ba3a105fb5f18a331fda0b5 Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 31 Dec 2022 15:58:26 +0100 Subject: [PATCH] refactor(web/progress): change circle progress track colour --- web/src/features/progress/CircleProgressbar.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/features/progress/CircleProgressbar.tsx b/web/src/features/progress/CircleProgressbar.tsx index 709dd38..b78d5e0 100644 --- a/web/src/features/progress/CircleProgressbar.tsx +++ b/web/src/features/progress/CircleProgressbar.tsx @@ -28,6 +28,9 @@ const useStyles = createStyles((theme, params: { position: 'middle' | 'bottom'; alignItems: 'center', }, progress: { + '> svg > circle:nth-child(1)': { + stroke: theme.colors.dark[5], + }, // Scuffed way of grabbing the first section and animating it '> svg > circle:nth-child(2)': { transition: 'none',