aboutsummaryrefslogtreecommitdiff
path: root/components/Input.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/Input.qml')
-rw-r--r--components/Input.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/Input.qml b/components/Input.qml
index b4310212..b04c3c72 100644
--- a/components/Input.qml
+++ b/components/Input.qml
@@ -38,6 +38,8 @@ TextField {
horizontalAlignment: TextInput.AlignLeft
selectByMouse: true
color: MoneroComponents.Style.defaultFontColor
+ selectionColor: MoneroComponents.Style.dimmedFontColor
+ selectedTextColor: MoneroComponents.Style.defaultFontColor
background: Rectangle {
color: "transparent"