Skip to content

Commit d54bd25

Browse files
committed
Merge pull request #59 from gaearon/change-error-color
Change error color
2 parents 52b5439 + 09dd0b2 commit d54bd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/LogMonitorEntry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default class LogMonitorEntry {
3939
}
4040
return (
4141
<div style={{
42-
color: this.props.theme.base09,
42+
color: this.props.theme.base08,
4343
paddingTop: 20,
4444
paddingLeft: 30,
4545
paddingRight: 30,

0 commit comments

Comments
 (0)