mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
Change number node color
This commit is contained in:
parent
184853cb14
commit
0e6c4d2f75
|
@ -32,7 +32,7 @@ export default class JSONNumberNode extends React.Component {
|
|||
}}>
|
||||
{this.props.keyName}:
|
||||
</label>
|
||||
<span style={{ color: this.props.theme.base0E }}>{this.props.value}</span>
|
||||
<span style={{ color: this.props.theme.base09 }}>{this.props.value}</span>
|
||||
</li>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user