From 2decf90b6b2f9ebb62b35b34292e6b5c44fbdb0c Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 20 Jul 2023 13:40:29 +0200 Subject: [PATCH] Change the background color of my messages to the same color as the one in side menu. --- webapp/constants/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/constants/chat.js b/webapp/constants/chat.js index 181d88e0e..082d018f3 100644 --- a/webapp/constants/chat.js +++ b/webapp/constants/chat.js @@ -58,7 +58,7 @@ const STYLE = { message: { background: styleData.chatMessageBgOthers, - backgroundMe: styleData.chatMessageBgMe, + backgroundMe: styleData.colorPrimaryLight, color: styleData.chatMessageColor, colorStarted: '#9ca6af', backgroundDeleted: '#dadfe2',