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; } }