Set correct text highlight color for TextField

CURA-8688
This commit is contained in:
Jaime van Kessel 2022-02-28 13:35:56 +01:00
parent 1f39a1b87f
commit cc29e2398b
2 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,7 @@ TextField
font: UM.Theme.getFont("default") font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text") color: UM.Theme.getColor("text")
renderType: Text.NativeRendering 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 leftPadding: iconLeft.visible ? iconLeft.width + UM.Theme.getSize("default_margin").width * 2 : UM.Theme.getSize("thin_margin").width
states: [ states: [

View File

@ -206,7 +206,6 @@
"text_selection": [156, 195, 255, 127], "text_selection": [156, 195, 255, 127],
"border": [127, 127, 127, 255], "border": [127, 127, 127, 255],
"border_field": [180, 180, 180, 255], "border_field": [180, 180, 180, 255],
"text_selection": [156,195, 255, 127],
"secondary": [240, 240, 240, 255], "secondary": [240, 240, 240, 255],
"icon": [8, 7, 63, 255], "icon": [8, 7, 63, 255],