fix loading screen

This commit is contained in:
AykutSarac 2022-09-01 23:52:45 +03:00
parent 9005763c71
commit 5b9879d0ec

View File

@ -15,7 +15,7 @@ const StyledLoading = styled.div`
height: 100vh;
text-align: center;
background: ${({ theme }) => theme.BLACK_DARK};
z-index: 10;
z-index: 100;
`;
const StyledLogo = styled.h2`