Skip to content

Commit

Permalink
use btn-primary for the Save button
Browse files Browse the repository at this point in the history
  • Loading branch information
scharf authored Jun 22, 2016
1 parent ff04929 commit d1a4938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toolbar/ToolBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ class ToolBar extends Component {
{ this.props.closeText }
</button>
<button type='button'
className='btn btn-success'
className='btn btn-primary'
onClick={ this.handleSaveBtnClick }>
{ this.props.saveText }
</button>
Expand Down

0 comments on commit d1a4938

Please sign in to comment.