Browse Source

feat(rn,ui) update in-meeting colors

j8
Saúl Ibarra Corretgé 4 years ago
parent
commit
3c94a5ccfd

+ 2
- 2
react/features/base/color-scheme/defaultScheme.js View File

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

+ 1
- 1
react/features/conference/components/native/styles.js View File

14
      */
14
      */
15
     conference: fixAndroidViewClipping({
15
     conference: fixAndroidViewClipping({
16
         alignSelf: 'stretch',
16
         alignSelf: 'stretch',
17
-        backgroundColor: ColorPalette.appBackground,
17
+        backgroundColor: '#040404',
18
         flex: 1
18
         flex: 1
19
     }),
19
     }),
20
 
20
 

Loading…
Cancel
Save