MuiTableHead.js 116 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import { colors } from '@material-ui/core'; export default { root: { backgroundColor: colors.grey[50] } };