From 4d187676c36b2dcd63ef7d0527d2fd4b205dee64 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 30 Aug 2021 21:29:44 +0200 Subject: [PATCH] Fix text color in new thing filter panel --- nymea-app/ui/thingconfiguration/NewThingPage.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/nymea-app/ui/thingconfiguration/NewThingPage.qml b/nymea-app/ui/thingconfiguration/NewThingPage.qml index 45da460f..0821ebd5 100644 --- a/nymea-app/ui/thingconfiguration/NewThingPage.qml +++ b/nymea-app/ui/thingconfiguration/NewThingPage.qml @@ -65,7 +65,6 @@ Page { columns: Math.max(1, Math.floor(width / 250)) * 2 Label { text: qsTr("Vendor") - color: Style.headerForegroundColor } ComboBox { @@ -93,7 +92,6 @@ Page { } Label { text: qsTr("Type") - color: Style.headerForegroundColor } ComboBox { @@ -134,7 +132,6 @@ Page { TextField { id: displayNameFilterField Layout.fillWidth: true - color: Style.headerForegroundColor } } }