Skip to content

Commit

Permalink
set new buttons to green
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Nov 22, 2016
1 parent 51ae99b commit db4a157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/plugins/manager/users/TopButtons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Bar = React.createClass({
},
render() {
return (<Grid style={{marginBottom: "10px"}} fluid={true}>
<Button style={{marginRight: "10px"}} bsStyle="primary" onClick={this.onNew}>{this.renderNewButton()}</Button>
<Button style={{marginRight: "10px"}} bsStyle="success" onClick={this.onNew}>{this.renderNewButton()}</Button>
<Button bsStyle="primary" onClick={this.toogleTools}>{this.renderToggle()}</Button>
</Grid>);
},
Expand Down

0 comments on commit db4a157

Please sign in to comment.