Skip to content

Commit

Permalink
sort asc
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 8, 2021
1 parent 93a9e29 commit 674f875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/ButtonGroup/ButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ const overridesResolver = (props, styles) => {

const useUtilityClasses = (styleProps) => {
const {
classes,
color,
disabled,
disableElevation,
fullWidth,
orientation,
variant,
classes,
} = styleProps;

const slots = {
Expand Down

0 comments on commit 674f875

Please sign in to comment.