Use proper theme setting for text colour
This commit is contained in:
parent
9c442455d2
commit
bc468f1e07
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ RowLayout {
|
|||
text: messageBody
|
||||
textFormat: Text.PlainText
|
||||
wrapMode: Text.Wrap
|
||||
color: sentByMe ? Kirigami.Theme.buttonTextColor : Kirigami.Theme.complementaryTextColor
|
||||
color: sentByMe ? Kirigami.Theme.viewTextColor : Kirigami.Theme.complementaryTextColor
|
||||
Layout.maximumWidth: root.width - Kirigami.Units.gridUnit * 6
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue