Fix text field color
This commit is contained in:
parent
f3dff31f05
commit
bcd6a0cc55
@ -301,8 +301,8 @@ FocusScope {
|
||||
}
|
||||
passwordCharacter: "•"
|
||||
selectByMouse: true
|
||||
// color: Qt.color("black")
|
||||
color: theme.textColor
|
||||
color: Qt.color("black")
|
||||
// color: theme.textColor
|
||||
enabled: textField.enabled
|
||||
clip: true
|
||||
focus: true
|
||||
|
Loading…
Reference in New Issue
Block a user