From f7071c3115e9a9c145a776fdafe2932312c6ebf6 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Mon, 25 Apr 2022 15:05:19 +0200 Subject: Mock re-scan, detail-view --- src/index.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/index.js') 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" - } - } } } }); -- cgit v1.1