From 4cdb2f1540f92fc333fc95da4778d42e00e91065 Mon Sep 17 00:00:00 2001 From: molan-git Date: Mon, 4 May 2020 15:32:01 +0200 Subject: [PATCH] Update Conversation.qml --- qml/pages/Conversation.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/pages/Conversation.qml b/qml/pages/Conversation.qml index 1f02857..3fed799 100644 --- a/qml/pages/Conversation.qml +++ b/qml/pages/Conversation.qml @@ -243,6 +243,7 @@ Page { right: parent.right rightMargin: Theme.paddingSmall } + opacity: 0.8 icon.source: "../../qml/images/emojiselect.svg" + (pressed ? Theme.highlightColor : (warningContent.visible ? Theme.secondaryHighlightColor : Theme.primaryColor)) onClicked: pageStack.push(firstWizardPage) }