diff --git a/react/features/welcome/components/styles.js b/react/features/welcome/components/styles.js index 660a3fe74..4209c9005 100644 --- a/react/features/welcome/components/styles.js +++ b/react/features/welcome/components/styles.js @@ -88,11 +88,9 @@ export default createStyleSheet({ * LocalVideoTrackUnderlay. */ localVideoTrackUnderlay: fixAndroidViewClipping({ - alignItems: 'center', alignSelf: 'stretch', backgroundColor: 'transparent', - flex: 1, - justifyContent: 'center' + flex: 1 }), /**