diff --git a/react/features/base/color-scheme/defaultScheme.js b/react/features/base/color-scheme/defaultScheme.js index 636d72f22..d180ea418 100644 --- a/react/features/base/color-scheme/defaultScheme.js +++ b/react/features/base/color-scheme/defaultScheme.js @@ -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)', diff --git a/react/features/conference/components/native/styles.js b/react/features/conference/components/native/styles.js index 03e17d053..afe4a7152 100644 --- a/react/features/conference/components/native/styles.js +++ b/react/features/conference/components/native/styles.js @@ -14,7 +14,7 @@ export default { */ conference: fixAndroidViewClipping({ alignSelf: 'stretch', - backgroundColor: ColorPalette.appBackground, + backgroundColor: '#040404', flex: 1 }),