Skip to content
Snippets Groups Projects
Commit 1d0fa772 authored by Alexandre Eberhardt's avatar Alexandre Eberhardt Committed by Alexandre Eberhardt
Browse files

UI : fix bi-colour message telling there was a call

setting message opacity to 1 to only have the messageInBgColor

Gitlab: #1799

Change-Id: I37d0a354412ec8f2e7127203a2d0adf185674cea
parent 51c716d7
Branches
Tags
No related merge requests found
...@@ -51,7 +51,7 @@ SBSMessageBase { ...@@ -51,7 +51,7 @@ SBSMessageBase {
bubble.border.color: CurrentConversation.color bubble.border.color: CurrentConversation.color
bubble.border.width: root.isActive ? 1.5 : 0 bubble.border.width: root.isActive ? 1.5 : 0
bubble.color: JamiTheme.messageInBgColor bubble.color: JamiTheme.messageInBgColor
bubble.opacity: 0.6 bubble.opacity: 1
Connections { Connections {
target: CurrentConversation target: CurrentConversation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment