MUI: removes deprecated theme.spacing.unit
parent
059abe4807
commit
41029c1da9
|
@ -115,10 +115,10 @@ type CollectionRoutesPropsType = RouteComponentProps<{}> & {
|
|||
|
||||
const styles = (theme: any) => ({
|
||||
button: {
|
||||
marginLeft: theme.spacing.unit,
|
||||
marginLeft: theme.spacing(1),
|
||||
},
|
||||
leftIcon: {
|
||||
marginRight: theme.spacing.unit,
|
||||
marginRight: theme.spacing(1),
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue