From 8809ffea6390e593b1d83f69cc50dfe8d7dadad0 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Tue, 13 Jun 2017 15:06:35 +0200 Subject: use the correct selection color in textfield and mailviewer --- framework/qml/TextField.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework') diff --git a/framework/qml/TextField.qml b/framework/qml/TextField.qml index 2fbee655..8315f955 100644 --- a/framework/qml/TextField.qml +++ b/framework/qml/TextField.qml @@ -30,6 +30,7 @@ T.TextField { color: Kube.Colors.textColor font.family: Kube.Font.fontFamily + selectionColor: Kube.Colors.highlightColor Label { id: placeholder -- cgit v1.2.3