From 52f73c30cafd6afaa11361b05972e25ebc223a81 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 22 May 2017 23:17:29 +0500 Subject: PLT-6651 - Overlay issue modal (#6473) * PLT-6651 - Overlay issue modal * Fixing mentions badge --- webapp/utils/utils.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'webapp/utils/utils.jsx') diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx index b860585cb..da0f1fa67 100644 --- a/webapp/utils/utils.jsx +++ b/webapp/utils/utils.jsx @@ -558,14 +558,14 @@ export function applyTheme(theme) { if (theme.mentionBj) { changeCss('.sidebar--left .nav-pills__unread-indicator, .app__body .new-messages__button div', 'background:' + theme.mentionBj); - changeCss('.app__body .sidebar--left .mention-badge', 'background:' + theme.mentionBj); - changeCss('.multi-teams .team-sidebar .mention-badge', 'background:' + theme.mentionBj); + changeCss('.app__body .sidebar--left .badge', 'background:' + theme.mentionBj); + changeCss('.multi-teams .team-sidebar .badge', 'background:' + theme.mentionBj); } if (theme.mentionColor) { changeCss('.app__body .sidebar--left .nav-pills__unread-indicator, .app__body .new-messages__button div', 'color:' + theme.mentionColor); - changeCss('.app__body .sidebar--left .mention-badge', 'color:' + theme.mentionColor); - changeCss('.app__body .multi-teams .team-sidebar .mention-badge', 'color:' + theme.mentionColor); + changeCss('.app__body .sidebar--left .badge', 'color:' + theme.mentionColor); + changeCss('.app__body .multi-teams .team-sidebar .badge', 'color:' + theme.mentionColor); } if (theme.centerChannelBg) { -- cgit v1.2.3-1-g7c22