|
@@ -41,7 +41,7 @@ export default {
|
41
|
41
|
},
|
42
|
42
|
'Modal': {},
|
43
|
43
|
'LargeVideo': {
|
44
|
|
- background: 'rgb(42, 58, 75)'
|
|
44
|
+ background: '#040404'
|
45
|
45
|
},
|
46
|
46
|
'LoadConfigOverlay': {
|
47
|
47
|
background: 'rgb(249, 249, 249)'
|
|
@@ -49,7 +49,7 @@ export default {
|
49
|
49
|
'Thumbnail': {
|
50
|
50
|
activeParticipantHighlight: 'rgb(81, 214, 170)',
|
51
|
51
|
activeParticipantTint: 'rgba(49, 183, 106, 0.3)',
|
52
|
|
- background: 'rgb(94, 109, 122)'
|
|
52
|
+ background: '#36383C'
|
53
|
53
|
},
|
54
|
54
|
'Toolbox': {
|
55
|
55
|
button: 'rgb(255, 255, 255)',
|