Change number node color

This commit is contained in:
Nic Aitch 2015-08-11 23:03:46 -05:00
parent 184853cb14
commit 0e6c4d2f75

View File

@ -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>
);
}