mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
Fix redaction label color
This commit is contained in:
parent
8f700e1210
commit
c07791b0c7
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue