fix(docz-theme-default): loading component height

This commit is contained in:
Pedro Nauck
2018-06-09 03:26:29 -03:00
parent 08ff6eb1b0
commit b1980754a3

View File

@@ -8,7 +8,7 @@ const Wrapper = styled('div')`
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
height: 100vh;
`
export const Loading = () => (