summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextField.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/TextField.qml')
-rw-r--r--framework/qml/TextField.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/TextField.qml b/framework/qml/TextField.qml
index a33ccc3a..2fbee655 100644
--- a/framework/qml/TextField.qml
+++ b/framework/qml/TextField.qml
@@ -48,6 +48,6 @@ T.TextField {
48 background: Rectangle { 48 background: Rectangle {
49 color: Kube.Colors.viewBackgroundColor 49 color: Kube.Colors.viewBackgroundColor
50 border.width: 1 50 border.width: 1
51 border.color: Kube.Colors.buttonColor 51 border.color: root.focus ? Kube.Colors.highlightColor : Kube.Colors.buttonColor
52 } 52 }
53} 53}