From 02406bf999ec01dea47cbb60e1273f00218c7a27 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 5 Mar 2024 20:37:17 +0100 Subject: Fix a few label colors --- resources/qml/delegates/EncryptionEnabled.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/qml/delegates') diff --git a/resources/qml/delegates/EncryptionEnabled.qml b/resources/qml/delegates/EncryptionEnabled.qml index 40894543..bd172c24 100644 --- a/resources/qml/delegates/EncryptionEnabled.qml +++ b/resources/qml/delegates/EncryptionEnabled.qml @@ -47,6 +47,7 @@ Control { text: qsTr("Encryption keeps your messages safe by only allowing the people you sent the message to to read it. For extra security, if you want to make sure you are talking to the right people, you can verify them in real life.") textFormat: Text.PlainText wrapMode: Label.WordWrap + color: palette.text Layout.fillWidth: true Layout.maximumWidth: implicitWidth + 1 } -- cgit 1.4.1