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