diff --git a/webapp/components/Chat/Chat.vue b/webapp/components/Chat/Chat.vue index 72c8adfd4..0a1872106 100644 --- a/webapp/components/Chat/Chat.vue +++ b/webapp/components/Chat/Chat.vue @@ -36,7 +36,7 @@ - + @@ -45,7 +45,7 @@ @click="$emit('close-single-room', true)" > - + diff --git a/webapp/constants/chat.js b/webapp/constants/chat.js index 70d31a835..c278dfd62 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: styleData.chatRoomBackgroundCounterBadge, // styleData.chatRoomBackgroundCounterBadge, - colorScrollCounter: styleData.chatRoomColorCounterBadge, //styleData.chatRoomColorCounterBadge, + backgroundScrollCounter: styleData.chatRoomBackgroundCounterBadge, + colorScrollCounter: styleData.chatRoomColorCounterBadge, backgroundReaction: '#eee', borderStyleReaction: '1px solid #eee', backgroundReactionHover: '#fff',