From 131d5cc2563734a0800bf8499cae56f84d1319b6 Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 27 Oct 2016 15:27:28 -0500 Subject: [PATCH] Change the colour of the connection indicator badge. --- css/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/_variables.scss b/css/_variables.scss index fc1a2a515..7050edeea 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -46,7 +46,7 @@ $thumbnailPictogramColor: #fff; $dominantSpeakerBg: #165ecc; $raiseHandBg: #D6D61E; $audioLevelBg: #44A5FF; -$connectionIndicatorBg: #48CC8C; +$connectionIndicatorBg: #165ecc; $audioLevelShadow: rgba(9, 36, 77, 0.9); $videoStateIndicatorColor: $defaultColor; $videoStateIndicatorBackground: $toolbarBackground;