1786205292

This commit is contained in:
2026-08-08 18:08:12 +02:00
parent c838596cda
commit 1c4b2b74f3

View File

@@ -104,6 +104,7 @@ component LightTile inherits Rectangle {
text: light.name;
height: 32px;
vertical-alignment: center;
font-weight: light.on ? 700 : 500;
}
Rectangle { }