Skip to content
Snippets Groups Projects
Verified Commit c07791b0 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix redaction label color

parent 8f700e12
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment