Skip to content

Commit

Permalink
fix(errorReporting): wrapper dark
Browse files Browse the repository at this point in the history
  • Loading branch information
mnzaki committed Sep 7, 2020
1 parent cd60ee9 commit a6830a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/errors/containers/errorReporting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const ErrorReportingContainer = (props: Props) => {
}

return (
<Wrapper>
<Wrapper dark>
<NavigationSection
onNavigation={navigateBack}
isBackButton={isBackButton}
Expand Down

0 comments on commit a6830a2

Please sign in to comment.