Skip to content

Commit

Permalink
remove unnecessary transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Sep 23, 2024
1 parent c34576b commit 1becf4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mui-material/src/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ const ButtonRoot = styled(ButtonBase, {
'--variant-containedBg': theme.vars
? theme.vars.palette.Button.inheritContainedBg
: inheritContainedBackgroundColor,
'--variant-textBg': 'transparent',
'--variant-outlinedBg': 'transparent',
'@media (hover: hover)': {
'&:hover': {
'--variant-containedBg': theme.vars
Expand Down

0 comments on commit 1becf4e

Please sign in to comment.