diff --git a/react/features/base/label/components/styles.js b/react/features/base/label/components/styles.js index 7236e848f..7d2a8b950 100644 --- a/react/features/base/label/components/styles.js +++ b/react/features/base/label/components/styles.js @@ -59,7 +59,7 @@ export default { flex: 0, height: LABEL_SIZE, justifyContent: 'center', - margin: LABEL_MARGIN, + marginHorizontal: LABEL_MARGIN, opacity: 0.6, width: LABEL_SIZE }, diff --git a/react/features/conference/components/native/styles.js b/react/features/conference/components/native/styles.js index 5ed30890a..4a40b5a41 100644 --- a/react/features/conference/components/native/styles.js +++ b/react/features/conference/components/native/styles.js @@ -28,8 +28,7 @@ export default { indicatorContainer: { flex: 1, flexDirection: 'row', - justifyContent: 'flex-end', - margin: BoxModel.margin + justifyContent: 'flex-end' }, /**