Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5805 from luixxiul/payment-cancelButton
Browse files Browse the repository at this point in the history
Removed "inlineButton" from Cancel button on Brave wallet recovery dialog
  • Loading branch information
bbondy authored Nov 24, 2016
2 parents ca62650 + 2a031ed commit 1c6725b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/about/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ class PaymentsTab extends ImmutableComponent {
return <div className='panel advancedSettingsFooter'>
<div className='recoveryFooterButtons'>
<Button l10nId='recover' className='primaryButton' onClick={this.recoverWallet} />
<Button l10nId='cancel' className='whiteButton inlineButton' onClick={this.props.hideOverlay.bind(this, 'ledgerRecovery')} />
<Button l10nId='cancel' className='whiteButton' onClick={this.props.hideOverlay.bind(this, 'ledgerRecovery')} />
</div>
</div>
}
Expand Down

0 comments on commit 1c6725b

Please sign in to comment.