Fix back arror size
This commit is contained in:
parent
7fb5ecbf49
commit
d9433b9999
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ const styles = (theme: Theme) =>
|
|||
marginTop: -theme.spacing.unit * 2
|
||||
},
|
||||
root: {
|
||||
"& svg": {
|
||||
fontSize: 30
|
||||
},
|
||||
"&:hover": {
|
||||
color: theme.typography.body2.color
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue