Skip to content

Commit 73ee83a

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

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
@@ -160,9 +160,9 @@ const darkTheme = createTheme({
160160
},
161161
'&.MuiIconButton-colorError': {
162162
color: '#f44336',
163-
"&:hover": {
164-
backgroundColor: 'rgba(244, 67, 54, 0.08)',
165-
},
163+
// "&:hover": {
164+
// backgroundColor: 'rgba(244, 67, 54, 0.08)',
165+
// },
166166
},
167167
},
168168
},

0 commit comments

Comments
 (0)