gregnb / gregnb/mui-datatables

Normalize theme name ? MUI Mui

Open
#139 2 comments 1 reaction 0 assignees View on GitHub
community feedback
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.