mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 17:46:56 +03:00
Change error color
This commit is contained in:
parent
74426b4f8e
commit
09dd0b2747
|
@ -39,7 +39,7 @@ export default class LogMonitorEntry {
|
|||
}
|
||||
return (
|
||||
<div style={{
|
||||
color: this.props.theme.base09,
|
||||
color: this.props.theme.base08,
|
||||
paddingTop: 20,
|
||||
paddingLeft: 30,
|
||||
paddingRight: 30,
|
||||
|
|
Loading…
Reference in New Issue
Block a user