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 {