mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36: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',
|
alignItems: 'center',
|
||||||
},
|
},
|
||||||
progress: {
|
progress: {
|
||||||
|
'> svg > circle:nth-child(1)': {
|
||||||
|
stroke: theme.colors.dark[5],
|
||||||
|
},
|
||||||
// Scuffed way of grabbing the first section and animating it
|
// Scuffed way of grabbing the first section and animating it
|
||||||
'> svg > circle:nth-child(2)': {
|
'> svg > circle:nth-child(2)': {
|
||||||
transition: 'none',
|
transition: 'none',
|
||||||
|
|||||||
Reference in New Issue
Block a user