From 6e9a2f304b21edc3a4c9bc7b6c3358f2a5cfa5ef Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Wed, 11 Nov 2020 18:24:32 +0100 Subject: [PATCH] Fix emoji icon on android --- imports/NeoChat/Component/ChatTextInput.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index d93002465..19bcbfccb 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -430,6 +430,7 @@ Control { id: emojiButton icon.name: "preferences-desktop-emoticons" + icon.color: "transparent" onClicked: emojiPicker.visible = !emojiPicker.visible }