refactor(web/progress): change circle progress track colour

This commit is contained in:
Luke
2022-12-31 15:58:26 +01:00
parent 97dc0cabdd
commit 88dac57ca6

View File

@@ -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',