1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-13 20:15:23 +02:00

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
This commit is contained in:
aeberhardt 2024-08-23 10:47:01 -04:00 committed by Alexandre Eberhardt
parent 51c716d718
commit 1d0fa772e2

View file

@ -51,7 +51,7 @@ SBSMessageBase {
bubble.border.color: CurrentConversation.color
bubble.border.width: root.isActive ? 1.5 : 0
bubble.color: JamiTheme.messageInBgColor
bubble.opacity: 0.6
bubble.opacity: 1
Connections {
target: CurrentConversation