Adjust grouped list item padding
This commit is contained in:
@@ -9,6 +9,6 @@
|
|||||||
import Box from '@mui/material/Box';
|
import Box from '@mui/material/Box';
|
||||||
import { styled } from '@mui/material/styles';
|
import { styled } from '@mui/material/styles';
|
||||||
|
|
||||||
export const StyledGroupItemWrapper = styled(Box)(() => ({
|
export const StyledGroupItemWrapper = styled(Box)(({ theme }) => ({
|
||||||
padding: '1px 10px 10px 10px',
|
padding: theme.spacing(0, 1, 1, 1),
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user