Skip to content

Commit

Permalink
fix(docz-theme-default): loading component height
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jun 9, 2018
1 parent 08ff6eb commit b198075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz-theme-default/src/components/ui/Loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Wrapper = styled('div')`
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
height: 100vh;
`

export const Loading = () => (
Expand Down

0 comments on commit b198075

Please sign in to comment.