From 5e85fa606ea800dd524547dd1eb9019498b3929e Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 21 Jul 2021 13:55:29 +0200 Subject: [PATCH] Fix color of invite label --- resources/qml/InviteDialog.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/InviteDialog.qml b/resources/qml/InviteDialog.qml index dbe8bb07..c6b42d29 100644 --- a/resources/qml/InviteDialog.qml +++ b/resources/qml/InviteDialog.qml @@ -55,6 +55,7 @@ ApplicationWindow { Label { text: qsTr("User ID to invite") Layout.fillWidth: true + color: Nheko.colors.text } RowLayout {