Fix color of invite label

pull/651/head
Nicolas Werner 4 years ago
parent 8091e25913
commit 5e85fa606e
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      resources/qml/InviteDialog.qml

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

Loading…
Cancel
Save