feat(rn,ui) update in-meeting colors

This commit is contained in:
Saúl Ibarra Corretgé 2021-03-18 14:29:52 +01:00 committed by Saúl Ibarra Corretgé
parent 78d4af6bf2
commit 3c94a5ccfd
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ export default {
},
'Modal': {},
'LargeVideo': {
background: 'rgb(42, 58, 75)'
background: '#040404'
},
'LoadConfigOverlay': {
background: 'rgb(249, 249, 249)'
@ -49,7 +49,7 @@ export default {
'Thumbnail': {
activeParticipantHighlight: 'rgb(81, 214, 170)',
activeParticipantTint: 'rgba(49, 183, 106, 0.3)',
background: 'rgb(94, 109, 122)'
background: '#36383C'
},
'Toolbox': {
button: 'rgb(255, 255, 255)',

View File

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