Colors tweak: use Color.black and Color.white as much as possible

This commit is contained in:
ItsLemmy
2025-11-06 13:26:16 -05:00
parent 32086d2696
commit 7ed89e5034
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import qs.Widgets
Rectangle {
id: root
property color selectedColor: "#000000"
property color selectedColor: Color.black
signal colorSelected(color color)