mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
refactor(web/progress): change circle progress track colour
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user