Fix color of activity icon on light themes

This commit is contained in:
Deluan 2020-11-12 18:19:54 -05:00
parent b1a9dfee13
commit bdad927f11
1 changed files with 2 additions and 0 deletions

View File

@ -19,12 +19,14 @@ const useStyles = makeStyles((theme) => ({
position: 'relative', position: 'relative',
}, },
progress: { progress: {
color: theme.palette.primary.light,
position: 'absolute', position: 'absolute',
top: 10, top: 10,
left: 10, left: 10,
zIndex: 1, zIndex: 1,
}, },
button: { button: {
color: 'inherit',
zIndex: 2, zIndex: 2,
}, },
})) }))