Change the colour of the connection indicator badge.

This commit is contained in:
damencho 2016-10-27 15:27:28 -05:00
parent e3edef2999
commit 131d5cc256
1 changed files with 1 additions and 1 deletions

View File

@ -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;