mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 15:10:45 +03:00
Tweak error reporting style
This commit is contained in:
parent
e0d1f7f7a6
commit
279480ac15
|
@ -38,15 +38,15 @@ export default class LogMonitorEntry {
|
|||
}
|
||||
}
|
||||
return (
|
||||
<span style={{
|
||||
fontSize: '0.8em',
|
||||
paddingLeft: 0,
|
||||
paddingRight: 5,
|
||||
fontStyle: 'italic',
|
||||
color: this.props.theme.base09
|
||||
<div style={{
|
||||
color: this.props.theme.base09,
|
||||
paddingTop: 20,
|
||||
paddingLeft: 30,
|
||||
paddingRight: 30,
|
||||
paddingBottom: 35
|
||||
}}>
|
||||
({errorText})
|
||||
</span>
|
||||
{errorText}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user