feat: downsize flow app icons

This commit is contained in:
Ali BARIN
2022-08-07 12:13:24 +02:00
parent 2e980664ac
commit ca141b1076
3 changed files with 5 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import MuiTypography from '@mui/material/Typography';
export const CardContent = styled(MuiCardContent)(({ theme }) => ({
display: 'grid',
gridTemplateRows: 'auto',
gridTemplateColumns: 'calc(50px * 3 + 8px * 2) minmax(0, auto) min-content',
gridTemplateColumns: 'calc(30px * 3 + 8px * 2) minmax(0, auto) min-content',
gridGap: theme.spacing(2),
gridTemplateAreas: `
"apps title menu"