Skip to content

Commit

Permalink
keep same order as in the origin
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 8, 2021
1 parent 674f875 commit 28ad2ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui/src/ButtonGroup/ButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const useUtilityClasses = (styleProps) => {
root: [
'root',
variant,
disableElevation && 'disableElevation',
fullWidth && 'fullWidth',
orientation === 'vertical' && 'vertical',
fullWidth && 'fullWidth',
disableElevation && 'disableElevation',
],
grouped: [
'grouped',
Expand Down

0 comments on commit 28ad2ef

Please sign in to comment.