summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-07-21 13:55:29 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-07-21 13:55:29 +0200
commit5e85fa606ea800dd524547dd1eb9019498b3929e (patch)
treec37906662b31e9a91895ee11fb852a340c23d315
parentMerge pull request #595 from LorenDB/qml-all-the-things (diff)
downloadnheko-5e85fa606ea800dd524547dd1eb9019498b3929e.tar.xz
Fix color of invite label
-rw-r--r--resources/qml/InviteDialog.qml1
1 files changed, 1 insertions, 0 deletions
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 {