Fix back arror size

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-11 10:54:30 +02:00
parent 7fb5ecbf49
commit d9433b9999

View file

@ -25,6 +25,9 @@ const styles = (theme: Theme) =>
marginTop: -theme.spacing.unit * 2
},
root: {
"& svg": {
fontSize: 30
},
"&:hover": {
color: theme.typography.body2.color
},