voice: update colors used in dialog 62/23362/1 8.99.3 8.99.4 icefish/8.99.3 icefish/8.99.4 icefish_8.99.3 icefish_8.99.4
authorRaquel Medina <raquel.medina@konsulko.com>
Fri, 13 Dec 2019 23:01:54 +0000 (00:01 +0100)
committerRaquel Medina <raquel.medina@konsulko.com>
Sat, 14 Dec 2019 00:17:27 +0000 (01:17 +0100)
Bug-AGL: SPEC-2981
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: Ifb0e99110fddd874f12254b8ed2fdfe31fa02aee

app/voice/ConfigDialog.qml

index b04a792..dd939d2 100644 (file)
@@ -130,7 +130,7 @@ Dialog {
                 Label {
                     id: thiswuwlabel
                     font.pixelSize: 28
-                    color: '#66FF99'
+                    color: '#848286'
                     text: thisAgentWuW
                 }
             }
@@ -166,19 +166,19 @@ Dialog {
                     Label {
                         id: authsLabel
                         font.pixelSize: 28
-                        color: (thisAgentAuthState == "UNITIALIZED")? 'red' : '#66FF99'
+                        color: (thisAgentAuthState == "UNINITIALIZED")? '#00ADDC' : '#848286'
                         text: thisAgentAuthState
                     }
                     Label {
                         id: connslabel
                         font.pixelSize: 28
-                        color: (thisAgentConnState == "DISCONNECTED")? 'red' : '#0DF9FF'
+                        color: (thisAgentConnState == "DISCONNECTED")? '#00ADDC' : '#848286'
                         text: thisAgentConnState
                     }
                     Label {
                         id: dialogsLabel
                         font.pixelSize: 28
-                        color: (thisAgentDialogState == "MICROPHONEOFF")? 'red' : '#0DF9FF'
+                        color: (thisAgentDialogState == "MICROPHONEOFF")? '#00ADDC' : '#848286'
                         text: thisAgentDialogState
                     }
                 }