Browse Source

Change the colour of the connection indicator badge.

master
damencho 8 years ago
parent
commit
131d5cc256
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      css/_variables.scss

+ 1
- 1
css/_variables.scss View File

@@ -46,7 +46,7 @@ $thumbnailPictogramColor: #fff;
46 46
 $dominantSpeakerBg: #165ecc;
47 47
 $raiseHandBg: #D6D61E;
48 48
 $audioLevelBg: #44A5FF;
49
-$connectionIndicatorBg: #48CC8C;
49
+$connectionIndicatorBg: #165ecc;
50 50
 $audioLevelShadow: rgba(9, 36, 77, 0.9);
51 51
 $videoStateIndicatorColor: $defaultColor;
52 52
 $videoStateIndicatorBackground: $toolbarBackground;

Loading…
Cancel
Save