Updated selection color of the chat input box as the design. Fixes #1750
This commit is contained in:
parent
262856d69e
commit
2b3bbb0b1e
|
@ -668,6 +668,7 @@ Rectangle {
|
|||
background: Rectangle {
|
||||
color: "transparent"
|
||||
}
|
||||
selectionColor: Style.current.primarySelectionColor
|
||||
}
|
||||
Action {
|
||||
shortcut: StandardKey.Bold
|
||||
|
|
Loading…
Reference in New Issue