瀏覽代碼

fix(rn,conference) show underlay when tapping navbar buttons

master
Saúl Ibarra Corretgé 3 年之前
父節點
當前提交
07da5940a5
共有 1 個文件被更改,包括 4 次插入6 次删除
  1. 4
    6
      react/features/conference/components/native/styles.js

+ 4
- 6
react/features/conference/components/native/styles.js 查看文件

@@ -32,8 +32,6 @@ export default {
32 32
     },
33 33
 
34 34
     inviteButtonContainer: {
35
-        paddingHorizontal: 10,
36
-        paddingVertical: 10,
37 35
         position: 'absolute',
38 36
         top: 0,
39 37
         right: 0,
@@ -42,10 +40,11 @@ export default {
42 40
 
43 41
     inviteButton: {
44 42
         iconStyle: {
43
+            padding: 10,
45 44
             color: ColorPalette.white,
46 45
             fontSize: NAVBAR_BUTTON_SIZE
47 46
         },
48
-        underlayColor: 'transparent'
47
+        underlayColor: ColorPalette.buttonUnderlay
49 48
     },
50 49
 
51 50
     lonelyButton: {
@@ -72,8 +71,6 @@ export default {
72 71
     },
73 72
 
74 73
     pipButtonContainer: {
75
-        paddingHorizontal: 10,
76
-        paddingVertical: 10,
77 74
         position: 'absolute',
78 75
         top: 0,
79 76
         left: 0,
@@ -82,10 +79,11 @@ export default {
82 79
 
83 80
     pipButton: {
84 81
         iconStyle: {
82
+            padding: 10,
85 83
             color: ColorPalette.white,
86 84
             fontSize: NAVBAR_BUTTON_SIZE
87 85
         },
88
-        underlayColor: 'transparent'
86
+        underlayColor: ColorPalette.buttonUnderlay
89 87
     },
90 88
 
91 89
     navBarSafeView: {

Loading…
取消
儲存