From a7f8b23b524c5e3af72e42fde118706e94a454f3 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 13 May 2021 08:23:56 +0200 Subject: Make palette global in Qml --- resources/qml/device-verification/NewVerificationRequest.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/device-verification/NewVerificationRequest.qml') diff --git a/resources/qml/device-verification/NewVerificationRequest.qml b/resources/qml/device-verification/NewVerificationRequest.qml index e8589cf7..5ae2d25b 100644 --- a/resources/qml/device-verification/NewVerificationRequest.qml +++ b/resources/qml/device-verification/NewVerificationRequest.qml @@ -35,7 +35,7 @@ Pane { return qsTr("Your device (%1) has requested to be verified.").arg(flow.deviceId); } } - color: colors.text + color: Nheko.colors.text verticalAlignment: Text.AlignVCenter } -- cgit 1.5.1