Browse Source

Change the color of the audio levels indicator.

master
fo 10 years ago
parent
commit
ffb8c1d6a8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js View File

@@ -1,7 +1,7 @@
1 1
 var interfaceConfig = {
2 2
     CANVAS_EXTRA: 104,
3 3
     CANVAS_RADIUS: 7,
4
-    SHADOW_COLOR: '#00ccff',
4
+    SHADOW_COLOR: '#ffffff',
5 5
     INITIAL_TOOLBAR_TIMEOUT: 20000,
6 6
     TOOLBAR_TIMEOUT: 4000,
7 7
     DEFAULT_REMOTE_DISPLAY_NAME: "Fellow Jitster",

Loading…
Cancel
Save