fix: Background on error details not correct in dark theme
This commit is contained in:
@ -107,7 +107,7 @@ class ErrorBoundary extends React.Component<Props> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const Pre = styled.pre`
|
const Pre = styled.pre`
|
||||||
background: ${(props) => props.theme.smoke};
|
background: ${(props) => props.theme.secondaryBackground};
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
Reference in New Issue
Block a user