From 83ead5cac7bb0d274c84d20d443c125ea0391f37 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 30 Jan 2017 19:38:06 +0500 Subject: PLT-5122 - Switching to circular status icons (#5049) * PLT-5122 - Switching to circular status icons * Adding profile pic crop for status indicators * Updating status indicators in LHS * Updating else statements --- webapp/utils/constants.jsx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'webapp/utils/constants.jsx') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 86147ee8c..646adbd15 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -385,9 +385,12 @@ export const Constants = { FLAG_ICON_SVG: " ", ATTACHMENT_ICON_SVG: "", MATTERMOST_ICON_SVG: " ", - ONLINE_ICON_SVG: " ", - AWAY_ICON_SVG: " ", - OFFLINE_ICON_SVG: " ", + ONLINE_AVATAR_SVG: " ", + AWAY_AVATAR_SVG: " ", + OFFLINE_AVATAR_SVG: " ", + ONLINE_ICON_SVG: "", + AWAY_ICON_SVG: "", + OFFLINE_ICON_SVG: "", MENU_ICON: " ", COMMENT_ICON: " ", REPLY_ICON: " ", @@ -455,8 +458,8 @@ export const Constants = { sidebarTextActiveColor: '#FFFFFF', sidebarHeaderBg: '#1B2C3E', sidebarHeaderTextColor: '#FFFFFF', - onlineIndicator: '#55C5B2', - awayIndicator: '#A9A14C', + onlineIndicator: '#65dcc8', + awayIndicator: '#c1b966', mentionBj: '#B74A4A', mentionColor: '#FFFFFF', centerChannelBg: '#2F3E4E', @@ -480,8 +483,8 @@ export const Constants = { sidebarTextActiveColor: '#FFFFFF', sidebarHeaderBg: '#1f1f1f', sidebarHeaderTextColor: '#FFFFFF', - onlineIndicator: '#0177e7', - awayIndicator: '#A9A14C', + onlineIndicator: '#399fff', + awayIndicator: '#c1b966', mentionBj: '#0177e7', mentionColor: '#FFFFFF', centerChannelBg: '#1F1F1F', -- cgit v1.2.3-1-g7c22