1786217372
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user