Skip to content
Snippets Groups Projects
Commit 911a9af0 authored by Franck Laurent's avatar Franck Laurent
Browse files

CallMessageDelegate: fix missed call bubble color

Change-Id: Ib445cd2b4071b859e877b5192612c46517b475e7
parent c746d278
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,8 @@ SBSMessageBase {
if (ConfId === "" && Duration === 0) {
// If missed, we can add a darker pattern
return isOutgoing ?
Qt.lighter(CurrentConversation.color, 1.5) :
Qt.darker(JamiTheme.messageInBgColor, 1.5)
Qt.lighter(CurrentConversation.color, 1.15) :
Qt.darker(JamiTheme.messageInBgColor, 1.15)
}
return isOutgoing ? CurrentConversation.color : JamiTheme.messageInBgColor
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment