summaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2021-11-05 12:09:35 +0100
committerErnst Widerberg <ernst@sunet.se>2021-11-05 12:10:54 +0100
commit67377dc148d8e3918cde25e8533301186e85c27a (patch)
treeb7c43e34ce4361c8bcd331a8452ad07260fd569a /src/index.js
parent1ef15cdea0ffab80bd4533ae6a4cc8d9f2133dd9 (diff)
SearchForm: Replace IconButton with plain icon
Use "clickable" variant of MuiSvgIcon
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/index.js b/src/index.js
index 774086d..98c69f1 100644
--- a/src/index.js
+++ b/src/index.js
@@ -14,12 +14,15 @@ let global = createTheme({
disableElevation: true
}
},
- MuiIconButton: {
- styleOverrides: {
- root: {
- backgroundColor: "inherit !important"
+ MuiSvgIcon: {
+ variants: [
+ {
+ props: { variant: "clickable" },
+ style: {
+ cursor: "pointer"
+ }
}
- }
+ ]
},
MuiCssBaseline: {
styleOverrides: {