Sort icon childs alphabetically
This commit is contained in:
parent
a7e9953ec6
commit
7ce69ad130
1 changed files with 2 additions and 2 deletions
|
@ -76,10 +76,10 @@ const useStyles = makeStyles(
|
||||||
margin: 0
|
margin: 0
|
||||||
},
|
},
|
||||||
icon: {
|
icon: {
|
||||||
|
fontSize: 48,
|
||||||
"& path":{
|
"& path":{
|
||||||
fill:theme.palette.primary.main,
|
fill:theme.palette.primary.main,
|
||||||
},
|
}
|
||||||
fontSize: 48
|
|
||||||
},
|
},
|
||||||
sectionDescription: {},
|
sectionDescription: {},
|
||||||
sectionTitle: {
|
sectionTitle: {
|
||||||
|
|
Loading…
Reference in a new issue