From 8019bce372a53c21fa9f82e8e8db60a04b95e252 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 9 Jul 2020 16:09:59 +1000 Subject: [PATCH] make the 'OK' button green on putting an alias for linked device --- ts/components/DevicePairingDialog.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/components/DevicePairingDialog.tsx b/ts/components/DevicePairingDialog.tsx index 05407f441..e56bba982 100644 --- a/ts/components/DevicePairingDialog.tsx +++ b/ts/components/DevicePairingDialog.tsx @@ -98,6 +98,7 @@ export class DevicePairingDialog extends React.Component { text={window.i18n('ok')} onClick={this.validateSecondaryDevice} disabled={!deviceAlias} + buttonColor={SessionButtonColor.Green} />