Web: fixed loader

This commit is contained in:
Viktor Fomin 2021-03-10 11:27:20 +03:00
parent 4880b7dba6
commit 585dbf3680

View File

@ -38,9 +38,7 @@ const ComingSoon = React.lazy(() => import("./components/pages/ComingSoon"));
const LoadingShell = () => (
<PageLayout>
<PageLayout.SectionBody>
<Box displayProp="flex" alignItems="center" justifyContent="center">
<Loader type="rombs" size="40px" />
</Box>
<Loader className="pageLoader" type="rombs" size="40px" />
</PageLayout.SectionBody>
</PageLayout>
);