Skip to content

Commit

Permalink
fix(docz-theme-default): add background and color on NotFound
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 19, 2018
1 parent cc61b2a commit f0bd532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/docz-theme-default/src/components/ui/NotFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const Wrapper = styled('div')`
flex-direction: column;
width: 100%;
height: 100%;
color: ${p => p.theme.colors.text};
background: ${p => p.theme.colors.background};
`

const Title = styled('h1')`
Expand Down

0 comments on commit f0bd532

Please sign in to comment.