diff options
| author | Ernst Widerberg <ernst@sunet.se> | 2022-04-25 15:05:19 +0200 |
|---|---|---|
| committer | Ernst Widerberg <ernst@sunet.se> | 2022-04-25 15:05:34 +0200 |
| commit | f7071c3115e9a9c145a776fdafe2932312c6ebf6 (patch) | |
| tree | 9895c51ebbc99575d741c96c9fb0b6e23d02084c /src/index.js | |
| parent | ef16e26aa6e95f8534e25926df6b4a95a008cde8 (diff) | |
Mock re-scan, detail-view
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 10 |
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" - } - } } } }); |
