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',