Use Color.transparent instead of "transparent"

This commit is contained in:
ItsLemmy
2025-09-28 21:17:10 -04:00
parent e23cb90c5b
commit c35f37c7d7
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ Rectangle {
Rectangle {
id: background
anchors.fill: parent
color: "transparent"
color: Color.transparent
z: -1
}
}