mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 20:12:22 +03:00
Fix color of activity icon on light themes
This commit is contained in:
parent
b1a9dfee13
commit
bdad927f11
@ -19,12 +19,14 @@ const useStyles = makeStyles((theme) => ({
|
||||
position: 'relative',
|
||||
},
|
||||
progress: {
|
||||
color: theme.palette.primary.light,
|
||||
position: 'absolute',
|
||||
top: 10,
|
||||
left: 10,
|
||||
zIndex: 1,
|
||||
},
|
||||
button: {
|
||||
color: 'inherit',
|
||||
zIndex: 2,
|
||||
},
|
||||
}))
|
||||
|
Loading…
x
Reference in New Issue
Block a user