@@ -1077,7 +1077,7 @@ class PaymentsTab extends ImmutableComponent {
1077
1077
< span data-l10n-id = 'ledgerBackupContent' />
1078
1078
< div className = 'copyKeyContainer' >
1079
1079
< div className = 'copyContainer' >
1080
- < Button l10nId = 'copy' className = 'whiteButton inlineButton ' onClick = { this . copyToClipboard . bind ( this , paymentId ) } />
1080
+ < Button l10nId = 'copy' className = 'copyButton whiteButton wideButton ' onClick = { this . copyToClipboard . bind ( this , paymentId ) } />
1081
1081
</ div >
1082
1082
< div className = 'keyContainer' >
1083
1083
< h3 data-l10n-id = 'firstKey' />
@@ -1086,7 +1086,7 @@ class PaymentsTab extends ImmutableComponent {
1086
1086
</ div >
1087
1087
< div className = 'copyKeyContainer' >
1088
1088
< div className = 'copyContainer' >
1089
- < Button l10nId = 'copy' className = 'whiteButton inlineButton ' onClick = { this . copyToClipboard . bind ( this , passphrase ) } />
1089
+ < Button l10nId = 'copy' className = 'copyButton whiteButton wideButton ' onClick = { this . copyToClipboard . bind ( this , passphrase ) } />
1090
1090
</ div >
1091
1091
< div className = 'keyContainer' >
1092
1092
< h3 data-l10n-id = 'secondKey' />
@@ -1298,7 +1298,7 @@ class PaymentsTab extends ImmutableComponent {
1298
1298
< span data-l10n-id = 'off' />
1299
1299
< SettingCheckbox dataL10nId = 'on' prefKey = { settings . PAYMENTS_ENABLED } settings = { this . props . settings } onChangeSetting = { this . props . onChangeSetting } />
1300
1300
</ div >
1301
- { this . props . ledgerData . get ( 'created' ) && this . enabled ? < Button l10nId = 'advancedSettings' className = 'advancedSettings whiteButton inlineButton' onClick = { this . props . showOverlay . bind ( this , 'advancedSettings' ) } /> : null }
1301
+ { this . props . ledgerData . get ( 'created' ) && this . enabled ? < Button l10nId = 'advancedSettings' className = 'advancedSettings whiteButton inlineButton wideButton ' onClick = { this . props . showOverlay . bind ( this , 'advancedSettings' ) } /> : null }
1302
1302
</ div >
1303
1303
</ div >
1304
1304
{
0 commit comments