summary refs log tree commit diff
path: root/resources/qml/delegates/Redacted.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/delegates/Redacted.qml')
-rw-r--r--resources/qml/delegates/Redacted.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/delegates/Redacted.qml b/resources/qml/delegates/Redacted.qml
index 1bf87f91..ea16214e 100644
--- a/resources/qml/delegates/Redacted.qml
+++ b/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"]