mirror of
https://github.com/Keyitdev/sddm-astronaut-theme.git
synced 2026-09-24 02:22:09 +00:00
Add option to change text color of username/password when
focused/pressed
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user