fix: Background on error details not correct in dark theme

This commit is contained in:
Tom Moor
2021-03-18 22:11:28 -07:00
parent 1b972070d7
commit 56c4acc18f

View File

@ -107,7 +107,7 @@ class ErrorBoundary extends React.Component<Props> {
}
const Pre = styled.pre`
background: ${(props) => props.theme.smoke};
background: ${(props) => props.theme.secondaryBackground};
padding: 16px;
border-radius: 4px;
font-size: 12px;