Commit f9f34745 authored by Sergey Chupligin's avatar Sergey Chupligin Committed by Aleksi Suomalainen

[TextField] Change disabled color

parent 70cfdc07
...@@ -45,7 +45,7 @@ TextFieldStyle { ...@@ -45,7 +45,7 @@ TextFieldStyle {
anchors.right: parent.right anchors.right: parent.right
height: 2 height: 2
width: parent.width width: parent.width
color: Theme.textField.selectionColor color: control.readOnly ? "#313131" : Theme.textField.selectionColor
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment