Fix redaction label color
This commit is contained in:
parent
8f700e1210
commit
c07791b0c7
@ -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…
Reference in New Issue
Block a user