From 296ff869b133e1c332240407ce47e2f7a58805a2 Mon Sep 17 00:00:00 2001 From: Avii Date: Sat, 8 Aug 2026 21:29:32 +0200 Subject: [PATCH] 1786217372 --- dashboard/ui/climate.slint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/ui/climate.slint b/dashboard/ui/climate.slint index c1b68d5..f122386 100644 --- a/dashboard/ui/climate.slint +++ b/dashboard/ui/climate.slint @@ -95,7 +95,7 @@ export component Climate inherits Rectangle { height: 72px; ElevatedButton { - icon: Icons.thermometer_minus; + icon: Icons.remove; } Rectangle { @@ -148,7 +148,7 @@ export component Climate inherits Rectangle { } ElevatedButton { - icon: Icons.thermometer_add; + icon: Icons.add; } }