Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
275 Bytes
import type { Components } from '@mui/material/styles';
import type { Theme } from '../types';
export const MuiCardContent = {
styleOverrides: { root: { padding: '32px 24px', '&:last-child': { paddingBottom: '32px' } } },
} satisfies Components<Theme>['MuiCardContent'];