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;