Fix redaction label color

This commit is contained in:
Nicolas Werner 2024-03-06 20:57:11 +01:00
parent 8f700e1210
commit c07791b0c7
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

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