Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
fix(ErrorLogger): correct placement
Browse files Browse the repository at this point in the history
Signed-off-by: irmerk <[email protected]>
  • Loading branch information
jolanglinais committed Dec 17, 2019
1 parent 75b4740 commit 54dd419
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@
"<rootDir>/src/**/?(*.)(spec|test).{js,jsx,mjs}"
]
}
}
}
2 changes: 2 additions & 0 deletions src/ErrorLogger/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export const ErrorsHeader = styled.div`
position: fixed;
transition: 1s;
padding: 0.1em 0.1em 0.1em 1em;
bottom: 0;
height: 25px;
display: ${props => (props.errors ? 'inline' : 'none')};
background-color: ${props => props.headerBackground || '#1E2D53'};
box-shadow: ${props => props.headerShadow || '0 -2px 20px 0 rgba(20,31,60,0.65)'};
Expand Down

0 comments on commit 54dd419

Please sign in to comment.