mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-26 03:23:55 +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}:
|
{this.props.keyName}:
|
||||||
</label>
|
</label>
|
||||||
<span style={{ color: this.props.theme.base0E }}>{this.props.value}</span>
|
<span style={{ color: this.props.theme.base09 }}>{this.props.value}</span>
|
||||||
</li>
|
</li>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user