Skip to content

Commit

Permalink
Merge pull request #527 from scharf/patch-1
Browse files Browse the repository at this point in the history
Use `btn-primary` for the Save button
  • Loading branch information
AllenFang authored Aug 2, 2016
2 parents ff1da38 + d1a4938 commit a7923b4
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-info'
className='btn btn-primary'
onClick={ this.handleSaveBtnClick }>
{ this.props.saveText }
</button>
Expand Down

0 comments on commit a7923b4

Please sign in to comment.