make the 'OK' button green on putting an alias for linked device

pull/1229/head
Audric Ackermann 5 years ago
parent 935d26a41b
commit 8019bce372
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -98,6 +98,7 @@ export class DevicePairingDialog extends React.Component<Props, State> {
text={window.i18n('ok')}
onClick={this.validateSecondaryDevice}
disabled={!deviceAlias}
buttonColor={SessionButtonColor.Green}
/>
</div>
<SessionSpinner loading={this.state.loading} />

Loading…
Cancel
Save