theme: fix two lingering pxpx

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-09 10:51:41 +01:00
committed by Philipp Hugenroth
parent 4ef505886f
commit 1d75719a99
@@ -187,12 +187,12 @@ export const defaultComponentThemes: ThemeOptions['components'] = {
color: theme.palette.grey[500],
width: theme.spacing(3),
height: theme.spacing(3),
margin: `0 ${theme.spacing(0.75)}px 0 -${theme.spacing(0.75)}`,
margin: `0 ${theme.spacing(0.75)} 0 -${theme.spacing(0.75)}`,
}),
deleteIconSmall: ({ theme }) => ({
width: theme.spacing(2),
height: theme.spacing(2),
margin: `0 ${theme.spacing(0.5)}px 0 -${theme.spacing(0.5)}`,
margin: `0 ${theme.spacing(0.5)} 0 -${theme.spacing(0.5)}`,
}),
},
},