Fix color of activity icon on light themes

This commit is contained in:
Deluan 2020-11-12 18:19:54 -05:00 committed by Joe Stump
parent 23e487eeb5
commit 091e169fb3
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -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,
},
}))