Skip to content

Commit

Permalink
Small fix to CSS property name
Browse files Browse the repository at this point in the history
`backgroundcolor` -> `background-color`

Fixes contrast issue for ErrorFallbackDiv when using dark theme
  • Loading branch information
jruales authored Feb 5, 2021
1 parent 5889d40 commit d7920d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/outputs/src/components/output.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface ReactErrorInfo {
}

const ErrorFallbackDiv = styled.div`
backgroundcolor: ghostwhite;
background-color: ghostwhite;
color: black;
font-weight: 600;
display: block;
Expand Down

0 comments on commit d7920d2

Please sign in to comment.