Bladeren bron

feat(rn,ui) update in-meeting colors

master
Saúl Ibarra Corretgé 4 jaren geleden
bovenliggende
commit
3c94a5ccfd

+ 2
- 2
react/features/base/color-scheme/defaultScheme.js Bestand weergeven

@@ -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)',

+ 1
- 1
react/features/conference/components/native/styles.js Bestand weergeven

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

Laden…
Annuleren
Opslaan