mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-06-15 02:23:15 +03:00
Change error color
This commit is contained in:
parent
74426b4f8e
commit
09dd0b2747
|
@ -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