mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Set correct text highlight color for TextField
CURA-8688
This commit is contained in:
parent
1f39a1b87f
commit
cc29e2398b
2 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,7 @@ TextField
|
|||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("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
|
||||
|
||||
states: [
|
||||
|
|
|
@ -206,7 +206,6 @@
|
|||
"text_selection": [156, 195, 255, 127],
|
||||
"border": [127, 127, 127, 255],
|
||||
"border_field": [180, 180, 180, 255],
|
||||
"text_selection": [156,195, 255, 127],
|
||||
"secondary": [240, 240, 240, 255],
|
||||
|
||||
"icon": [8, 7, 63, 255],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue