From 44290e4146362c79126d14833be6c834ccd72f2d Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 8 Mar 2019 17:57:15 +0100 Subject: [PATCH] some tuning --- nymea-app/ui/components/Led.qml | 4 ++-- nymea-app/ui/experiences/heating/Main.qml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/nymea-app/ui/components/Led.qml b/nymea-app/ui/components/Led.qml index 2822b226..f7dcdce1 100644 --- a/nymea-app/ui/components/Led.qml +++ b/nymea-app/ui/components/Led.qml @@ -17,11 +17,11 @@ Item { switch (root.state) { case "on": case "green": - return "#91dd77"; + return "#73c0b3"; case "off": return "lightgray"; case "orange": - return "#dddd77"; + return "#fedf6f"; case "red": return "#dd7777" } diff --git a/nymea-app/ui/experiences/heating/Main.qml b/nymea-app/ui/experiences/heating/Main.qml index c3ad8af5..3be533c8 100644 --- a/nymea-app/ui/experiences/heating/Main.qml +++ b/nymea-app/ui/experiences/heating/Main.qml @@ -139,6 +139,11 @@ Item { ColumnLayout { + Label { + text: qsTr("Current air quality") + font.pixelSize: app.smallFont + } + RowLayout { spacing: app.margins ColorIcon {