Skip to content

Commit

Permalink
[core] Add MuiTableBody to theme overrides (#12550)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdstel authored and oliviertassinari committed Aug 16, 2018
1 parent 62ef11d commit 5c1fc2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/styles/overrides.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ type ComponentNameToClassKey = {
MuiSwitchBase: SwitchBaseClassKey;
MuiTab: TabClassKey;
MuiTable: TableClassKey;
MuiTableBody: TableBodyClassKey;
MuiTableCell: TableCellClassKey;
MuiTablePagination: TablePaginationClassKey;
MuiTableRow: TableRowClassKey;
Expand Down

0 comments on commit 5c1fc2d

Please sign in to comment.