Skip to content

Commit

Permalink
Update TextField visuals when selecting text
Browse files Browse the repository at this point in the history
Part of #1104
  • Loading branch information
MikeTrahearn-Qinetic committed Jan 8, 2025
1 parent 736d215 commit 517ead7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/controls/TextField.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ CT.TextField {
verticalAlignment: Text.AlignVCenter
color: Theme.color_font_primary

selectedTextColor: Theme.color_white
selectionColor : Theme.color_blue
selectByMouse: !readOnly

background: Rectangle {
color: "transparent"
border.color: root.borderColor
Expand Down

0 comments on commit 517ead7

Please sign in to comment.