Change selectedTextColor for textfield

CURA-9199
This commit is contained in:
Jaime van Kessel 2022-04-26 15:11:19 +02:00
parent 3ecad03aee
commit 15d1ded365

View File

@ -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