diff --git a/src/constant/JamiTheme.qml b/src/constant/JamiTheme.qml
index 363830d12f2ca68e392405c905f1902dbf82dcf7..c81c4857824976ca820b7c1b9c8c252d9d924d84 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