Skip to content

Commit 22e72f1

Browse files
committed
OpenConceptLab/ocl_issues#2323 | icon button darker background on hover
1 parent 3c15a72 commit 22e72f1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/index.jsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ const v5Theme = createTheme(theme, {
6262
}
6363
}
6464
},
65+
MuiIconButton: {
66+
styleOverrides: {
67+
root: {
68+
"&:hover": {
69+
backgroundColor: 'rgba(94, 92, 113, 0.2)'
70+
}
71+
}
72+
}
73+
},
6574
MuiButton: {
6675
variants: [
6776
{

0 commit comments

Comments
 (0)