Fix Loader with message below

This commit is contained in:
Florian Scholdei
2019-10-10 14:31:55 +02:00
parent 81dbd2cd89
commit bd05ba9cc7

View File

@@ -10,12 +10,14 @@ type Props = {
}; };
const Wrapper = styled.div` const Wrapper = styled.div`
flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
min-height: 256px; min-height: 256px;
`; `;
const FixedSizedImage = styled(Image)` const FixedSizedImage = styled(Image)`
margin-bottom: 0.75rem;
width: 128px; width: 128px;
height: 128px; height: 128px;
`; `;