Fix redaction label color

pull/1692/head
Nicolas Werner 9 months ago
parent 8f700e1210
commit c07791b0c7
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      resources/qml/delegates/Redacted.qml

@ -35,6 +35,7 @@ Control {
Layout.fillWidth: true
property var redactedPair: msgRoot.room.formatRedactedEvent(msgRoot.eventId)
text: redactedPair["first"]
color: palette.text
wrapMode: Label.WordWrap
ToolTip.text: redactedPair["second"]

Loading…
Cancel
Save