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