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:
parent
95797bae99
commit
a7e9953ec6
1 changed files with 3 additions and 1 deletions
|
@ -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: {},
|
||||||
|
|
Loading…
Reference in a new issue