Initial commit
This commit is contained in:
4
front/src/styles/theme/components/card-header.js
Normal file
4
front/src/styles/theme/components/card-header.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const MuiCardHeader = {
|
||||
defaultProps: {titleTypographyProps: {variant: 'h6'}, subheaderTypographyProps: {variant: 'body2'}},
|
||||
styleOverrides: {root: {padding: '32px 24px 16px'}},
|
||||
};
|
||||
Reference in New Issue
Block a user