浏览代码

Change the colour of the connection indicator badge.

master
damencho 8 年前
父节点
当前提交
131d5cc256
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      css/_variables.scss

+ 1
- 1
css/_variables.scss 查看文件

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

正在加载...
取消
保存