Browse Source

Change selectedTextColor for textfield

CURA-9199
Jaime van Kessel 2 years ago
parent
commit
15d1ded365
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Widgets/TextField.qml

+ 1 - 0
resources/qml/Widgets/TextField.qml

@@ -23,6 +23,7 @@ TextField
     selectByMouse: true
     font: UM.Theme.getFont("default")
     color: UM.Theme.getColor("text_field_text")
+    selectedTextColor: UM.Theme.getColor("text_field_text")
     renderType: Text.NativeRendering
     selectionColor: UM.Theme.getColor("text_selection")
     leftPadding: iconLeft.visible ? iconLeft.width + UM.Theme.getSize("default_margin").width * 2 : UM.Theme.getSize("thin_margin").width