diff --git a/webapp/constants/chat.js b/webapp/constants/chat.js index de391707d..70d31a835 100644 --- a/webapp/constants/chat.js +++ b/webapp/constants/chat.js @@ -77,8 +77,8 @@ const STYLE = { colorTag: '#0d579c', backgroundImage: '#ddd', colorNewMessages: styleData.chatNewMessageColor, - backgroundScrollCounter: '#0696c7', - colorScrollCounter: '#fff', + backgroundScrollCounter: styleData.chatRoomBackgroundCounterBadge, // styleData.chatRoomBackgroundCounterBadge, + colorScrollCounter: styleData.chatRoomColorCounterBadge, //styleData.chatRoomColorCounterBadge, backgroundReaction: '#eee', borderStyleReaction: '1px solid #eee', backgroundReactionHover: '#fff',