Skip to content

Commit

Permalink
[Chip] Add MuiChip to MUI_SHEET_ORDER (#6595)
Browse files Browse the repository at this point in the history
Placed the entry under MuiSvgIcon & MuiAvatar because MuiChip depends on them.
  • Loading branch information
nareshbhatia authored and mbrookes committed Apr 12, 2017
1 parent c0bfb56 commit 076adda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/MuiThemeProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export const MUI_SHEET_ORDER = [

'MuiAvatar',

'MuiChip',

'MuiListItem',
'MuiListItemText',
'MuiListItemSecondaryAction',
Expand Down

0 comments on commit 076adda

Please sign in to comment.