Files
my-bar/front/src/styles/theme/components/card-header.js
2025-03-12 17:54:16 +04:00

5 lines
196 B
JavaScript

export const MuiCardHeader = {
defaultProps: {titleTypographyProps: {variant: 'h6'}, subheaderTypographyProps: {variant: 'body2'}},
styleOverrides: {root: {padding: '32px 24px 16px'}},
};