Skip to content

Commit

Permalink
Merge pull request #57 from jruales/patch-3
Browse files Browse the repository at this point in the history
Small fix to CSS property name
  • Loading branch information
captainsafia authored Feb 8, 2021
2 parents 5889d40 + 83a0d2d commit 2f0e9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion packages/outputs/src/components/rich-media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ interface State {
}

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

0 comments on commit 2f0e9bc

Please sign in to comment.