summary refs log tree commit diff
path: root/resources/qml/EncryptionIndicator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/EncryptionIndicator.qml')
-rw-r--r--resources/qml/EncryptionIndicator.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/EncryptionIndicator.qml b/resources/qml/EncryptionIndicator.qml

index 7455149d..0bbdffc6 100644 --- a/resources/qml/EncryptionIndicator.qml +++ b/resources/qml/EncryptionIndicator.qml
@@ -40,7 +40,7 @@ Image { if (encrypted) { switch (trust) { case Crypto.Verified: - return sourceUrl + "green"; + return sourceUrl + Nheko.theme.green; case Crypto.TOFU: return sourceUrl + Nheko.colors.buttonText; default: