Skip to content

Commit

Permalink
fix: add hover state for disabled button
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 27, 2022
1 parent ac9df1e commit 917560c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget/src/config/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const createTheme = (mode: PaletteMode, theme: ThemeConfig = {}) =>
[`.${dialogActionsClasses.root} &`]: {
padding: '6px 12px',
},
'&.Mui-disabled': {
'&.Mui-disabled, &.Mui-disabled:hover': {
color:
mode === 'light'
? 'rgb(0 0 0 / 70%)'
Expand Down

0 comments on commit 917560c

Please sign in to comment.