Fix color of invite label

This commit is contained in:
Nicolas Werner 2021-07-21 13:55:29 +02:00
parent 8091e25913
commit 5e85fa606e
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ ApplicationWindow {
Label {
text: qsTr("User ID to invite")
Layout.fillWidth: true
color: Nheko.colors.text
}
RowLayout {