1786217372

This commit is contained in:
2026-08-08 21:29:32 +02:00
parent 13354b7353
commit 296ff869b1

View File

@@ -95,7 +95,7 @@ export component Climate inherits Rectangle {
height: 72px; height: 72px;
ElevatedButton { ElevatedButton {
icon: Icons.thermometer_minus; icon: Icons.remove;
} }
Rectangle { Rectangle {
@@ -148,7 +148,7 @@ export component Climate inherits Rectangle {
} }
ElevatedButton { ElevatedButton {
icon: Icons.thermometer_add; icon: Icons.add;
} }
} }