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:
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: {
|
||||
|
||||
Reference in New Issue
Block a user