diff --git a/smsapp/qml/ChatMessage.qml b/smsapp/qml/ChatMessage.qml index ed724e6f1..8da2c7ac5 100644 --- a/smsapp/qml/ChatMessage.qml +++ b/smsapp/qml/ChatMessage.qml @@ -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 }