summaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-04-25 15:05:19 +0200
committerErnst Widerberg <ernst@sunet.se>2022-04-25 15:05:34 +0200
commitf7071c3115e9a9c145a776fdafe2932312c6ebf6 (patch)
tree9895c51ebbc99575d741c96c9fb0b6e23d02084c /src/index.js
parentef16e26aa6e95f8534e25926df6b4a95a008cde8 (diff)
Mock re-scan, detail-view
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/index.js b/src/index.js
index 8eda015..977f360 100644
--- a/src/index.js
+++ b/src/index.js
@@ -22,16 +22,6 @@ let global = createTheme({
}
}
]
- },
- // Disable all animations
- // https://mui.com/getting-started/faq/#how-can-i-disable-transitions-globally
- MuiCssBaseline: {
- styleOverrides: {
- "*, *::before, *::after": {
- transition: "none !important",
- animation: "none !important"
- }
- }
}
}
});