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

Commit

Permalink
Removed "inlineButton" from Cancel button on Brave wallet recovery di…
Browse files Browse the repository at this point in the history
…alog

Fix #5804

Auditors: @bbondy

Test Plan:
1. Open about:preferences#payments
2. Click "Recover your wallet"
  • Loading branch information
Suguru Hirahara committed Nov 23, 2016
1 parent fb4a36d commit 2a031ed
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 2a031ed

Please sign in to comment.