From 2b3bbb0b1e26bc52f48dd74ea8af085c8650e53d Mon Sep 17 00:00:00 2001 From: staked-smart-ace Date: Fri, 22 Jan 2021 23:44:01 +0400 Subject: [PATCH] Updated selection color of the chat input box as the design. Fixes #1750 --- ui/shared/status/StatusChatInput.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/shared/status/StatusChatInput.qml b/ui/shared/status/StatusChatInput.qml index 52ef3dd5d1..af1ad4b9e0 100644 --- a/ui/shared/status/StatusChatInput.qml +++ b/ui/shared/status/StatusChatInput.qml @@ -668,6 +668,7 @@ Rectangle { background: Rectangle { color: "transparent" } + selectionColor: Style.current.primarySelectionColor } Action { shortcut: StandardKey.Bold