Skip to content

Commit

Permalink
fix(docz-theme-default): styled error margin
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Apr 11, 2019
1 parent 37d4aef commit 53104e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const StyledError = styled(LiveError)`
width: calc(100% - 40px);
height: calc(100% - 40px);
padding: 20px;
margin: 0;
background: ${rgba('black', 0.8)};
font-size: 16px;
color: white;
Expand Down

0 comments on commit 53104e8

Please sign in to comment.