summaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
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: {