From bc19895faa4c0db0ae69067922e68533222540c0 Mon Sep 17 00:00:00 2001 From: Avii Date: Sun, 9 Aug 2026 17:23:49 +0200 Subject: [PATCH] 1786289029 --- dashboard/ui/climate.slint | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/ui/climate.slint b/dashboard/ui/climate.slint index cfb674e..8006330 100644 --- a/dashboard/ui/climate.slint +++ b/dashboard/ui/climate.slint @@ -97,6 +97,7 @@ export component Climate inherits Rectangle { for thermostat[index] in thermostats: ListTile { avatar_icon: Icons.thermostat; + avatar_foreground: Palette.foreground; text: thermostat.name; supporting-text: thermostat.available ? thermostat.state : "UNAVAILABLE"; height: 72px;