gregnb / gregnb/mui-datatables
Normalize theme name ? MUI Mui
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to normalize MUI prefix name for theme :
I can see that there is different upper/lower case way to write css theme
```js
MuiFormLabel: {
root: {
fontWeight: 'lighter',
fontSize: '0.9rem'
}
},
MuiTableCell: {
root: {
padding: '3px 56px 2px 24px'
},
body: {
fontSize: '0.720rem'
}
},
MuiTableRow: {
footer: {
height: 40
}
},
MuiTablePagination: {
toolbar : {
height: 40,
minHeight: 40
}
},
MUIDataTableBodyCell: {
}
```
I think the right way is to used lower case if you want to be "Material UI" compliant
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.