From db3c625dfb0100c7c5b294d22c23e1bf0ad1e7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 20 Jul 2023 15:39:11 +0200 Subject: [PATCH] Revert general change of PR --- 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 082d018f3..181d88e0e 100644 --- a/webapp/constants/chat.js +++ b/webapp/constants/chat.js @@ -58,7 +58,7 @@ const STYLE = { message: { background: styleData.chatMessageBgOthers, - backgroundMe: styleData.colorPrimaryLight, + backgroundMe: styleData.chatMessageBgMe, color: styleData.chatMessageColor, colorStarted: '#9ca6af', backgroundDeleted: '#dadfe2',