We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f893dff commit 741416dCopy full SHA for 741416d
1 file changed
src/containers/ErrorContent.js
@@ -30,9 +30,6 @@ const mapStateToProps = (state, { companionWindowId, windowId }) => ({
30
*/
31
const styles = theme => ({
32
alert: {
33
- '& $icon': {
34
- color: theme.palette.error.main,
35
- },
36
backgroundColor: theme.palette.error.main,
37
color: '#fff',
38
fontWeight: theme.typography.fontWeightMedium,
0 commit comments