summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-12 18:08:01 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-13 03:21:42 +0100
commitb0530089aba69bc96e21abb81a7cd51aa7e6f3cf (patch)
tree2176b7dbd7ce8476d15f46e038b2a1712439ae0b /resources
parentTranslated using Weblate (Esperanto) (diff)
downloadnheko-b0530089aba69bc96e21abb81a7cd51aa7e6f3cf.tar.xz
Fix some colors switched to yellow by accident
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/EncryptionIndicator.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/EncryptionIndicator.qml b/resources/qml/EncryptionIndicator.qml
index f5f4cc76..a9b672ac 100644
--- a/resources/qml/EncryptionIndicator.qml
+++ b/resources/qml/EncryptionIndicator.qml
@@ -22,10 +22,10 @@ Image {
             case Crypto.TOFU:
                 return "image://colorimage/:/icons/icons/ui/lock.png?" + Nheko.colors.buttonText;
             default:
-                return "image://colorimage/:/icons/icons/ui/lock.png?#d6c020";
+                return "image://colorimage/:/icons/icons/ui/lock.png?" + Nheko.theme.error;
             }
         } else {
-            return "image://colorimage/:/icons/icons/ui/unlock.png?#d6c020";
+            return "image://colorimage/:/icons/icons/ui/unlock.png?" + Nheko.theme.error;
         }
     }
     ToolTip.visible: ma.hovered