MuiTableCell.js 183 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import palette from '../palette'; import typography from '../typography'; export default { root: { ...typography.body1, borderBottom: `1px solid ${palette.divider}` } };