fix icons colour

The icons' colours were hardcoded in the SVG file, now they are set to the theme primary colour
This commit is contained in:
Mohamed Wael 2020-04-15 19:13:19 +01:00 committed by GitHub
parent 95797bae99
commit a7e9953ec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,9 @@ const useStyles = makeStyles(
margin: 0 margin: 0
}, },
icon: { icon: {
color: theme.palette.primary.main, "& path":{
fill:theme.palette.primary.main,
},
fontSize: 48 fontSize: 48
}, },
sectionDescription: {}, sectionDescription: {},