aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/Input.qml2
-rw-r--r--components/InputMulti.qml2
2 files changed, 4 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"
diff --git a/components/InputMulti.qml b/components/InputMulti.qml
index 5e9d2a0a..b8005354 100644
--- a/components/InputMulti.qml
+++ b/components/InputMulti.qml
@@ -47,6 +47,8 @@ TextArea {
horizontalAlignment: TextInput.AlignLeft
selectByMouse: true
color: MoneroComponents.Style.defaultFontColor
+ selectionColor: MoneroComponents.Style.dimmedFontColor
+ selectedTextColor: MoneroComponents.Style.defaultFontColor
wrapMode: {
if(wrapAnywhere){