浏览代码

dial-in-summary: center the loading indicator

master
Saúl Ibarra Corretgé 6 年前
父节点
当前提交
c5cd4f534c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/invite/components/dial-in-summary/native/styles.js

+ 1
- 1
react/features/invite/components/dial-in-summary/native/styles.js 查看文件

@@ -9,7 +9,7 @@ export default {
9 9
     indicatorWrapper: {
10 10
         alignItems: 'center',
11 11
         backgroundColor: ColorPalette.white,
12
-        flex: 1,
12
+        height: '100%',
13 13
         justifyContent: 'center'
14 14
     },
15 15
 

正在加载...
取消
保存