Remove weird outline from “Create Torrent” button.

The outline was caused by the wrong class being applied to the button.

Closes #989.
This commit is contained in:
Benjamin Tan
2016-10-02 17:09:12 +08:00
committed by Feross Aboukhadijeh
parent f1aa1bdd59
commit 06cdac8121
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ class CreateTorrentPage extends React.Component {
}}
onClick={dispatcher('cancel')} />
<RaisedButton
className='control create-torrent'
className='control create-torrent-button'
label='Create Torrent'
primary
onClick={this.handleSubmit} />