Skip to content

Commit a091df4

Browse files
committed
feat: disable hover styles for icon button
1 parent 73ee83a commit a091df4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/context/theme-provider.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ const darkTheme = createTheme({
155155
styleOverrides: {
156156
root: {
157157
color: '#ffffff',
158-
"&:hover": {
159-
backgroundColor: 'rgba(255, 0, 195, 0.08)',
160-
},
158+
// "&:hover": {
159+
// backgroundColor: 'rgba(255, 0, 195, 0.08)',
160+
// },
161161
'&.MuiIconButton-colorError': {
162162
color: '#f44336',
163163
// "&:hover": {

0 commit comments

Comments
 (0)