From 2671cd926c4c86f7967439daceca211ddfaffde3 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sun, 5 Aug 2018 13:16:27 +0200 Subject: Change text selection color for input dialogs --- components/InputDialog.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/InputDialog.qml') diff --git a/components/InputDialog.qml b/components/InputDialog.qml index e51a16db..ac56a56b 100644 --- a/components/InputDialog.qml +++ b/components/InputDialog.qml @@ -103,6 +103,8 @@ Item { leftPadding: 10 topPadding: 10 color: MoneroComponents.Style.defaultFontColor + selectionColor: MoneroComponents.Style.dimmedFontColor + selectedTextColor: MoneroComponents.Style.defaultFontColor background: Rectangle { radius: 2 -- cgit v1.2.3