Add option to change text color of username/password when

focused/pressed
This commit is contained in:
IronGreninja
2024-06-06 13:13:23 +05:30
parent ae6b7a4ad8
commit b97e5d9a9d
3 changed files with 7 additions and 3 deletions
+3 -3
View File
@@ -245,7 +245,7 @@ Column {
}
PropertyChanges {
target: username
color: root.palette.highlight
color: root.palette.highlightedText
}
}
]
@@ -367,7 +367,7 @@ Column {
}
PropertyChanges {
target: password
color: root.palette.highlight
color: root.palette.highlightedText
}
}
]
@@ -506,4 +506,4 @@ Column {
onTriggered: failed = false
running: false
}
}
}