From a91bb6da1971f6293fdfa5497690bfa110393d2c Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Mon, 19 Apr 2021 14:57:37 -0400 Subject: [PATCH] misc: correct chatview background theme Change-Id: Iff6b655d26d5003618aff892d205275dfa5a602b Gitlab: #241 --- src/constant/JamiTheme.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constant/JamiTheme.qml b/src/constant/JamiTheme.qml index 363830d12..c81c48578 100644 --- a/src/constant/JamiTheme.qml +++ b/src/constant/JamiTheme.qml @@ -129,7 +129,7 @@ Item { property color messageInTxtColor: textColor property color fileOutTimestampColor: darkTheme? "#eee" : "#555" property color fileInTimestampColor: darkTheme? "#999" : "#555" - property color chatviewBgColor: darkTheme? "#131313" : "#fafafb" + property color chatviewBgColor: darkTheme? bgDarkMode_ : whiteColor property color bgInvitationRectColor: darkTheme? "#222222" : whiteColor property color placeholderTextColor: darkTheme? "#2b2b2b" : "#d3d3d3" property color inviteHoverColor: darkTheme? blackColor : whiteColor -- GitLab