Skip to content

Commit

Permalink
color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Mar 13, 2024
1 parent 70886d6 commit 8816db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/ButtonGroup/ButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const useUtilityClasses = (ownerState) => {
orientation,
fullWidth && 'fullWidth',
disableElevation && 'disableElevation',
['primary', 'secondary'] && `color${capitalize(color)}`,
`color${capitalize(color)}`,
],
grouped: [
'grouped',
Expand Down

0 comments on commit 8816db3

Please sign in to comment.