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, 2 insertions, 0 deletions
diff --git a/framework/qml/TextField.qml b/framework/qml/TextField.qml
index 7542af65..3d104f6a 100644
--- a/framework/qml/TextField.qml
+++ b/framework/qml/TextField.qml
@@ -47,5 +47,7 @@ T.TextField {
47 47
48 background: Rectangle { 48 background: Rectangle {
49 color: Colors.viewBackgroundColor 49 color: Colors.viewBackgroundColor
50 border.width: 1
51 border.color: Colors.buttonColor
50 } 52 }
51} 53}