use theme spacing

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Rickard Dybeck
2021-04-19 12:45:43 -04:00
committed by Fredrik Adelöw
parent 07768e8b9e
commit bd0e05632a
@@ -24,7 +24,7 @@ const useStyles = makeStyles(theme => ({
color: `${theme.palette.grey[500]}`,
fontSize: '90%',
borderRight: `1px solid ${theme.palette.grey[500]}`,
paddingRight: '8px',
paddingRight: theme.spacing(1),
textAlign: 'right',
},
hitCountCell: {