From ad74448696eea2f5b9bb6775f86085fd0cd633eb Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 26 Jul 2023 14:00:59 +0200 Subject: [PATCH] Fix linting. --- webapp/components/Chat/Chat.vue | 4 ++-- webapp/constants/chat.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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',