Browse Source

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

master
Saúl Ibarra Corretgé 4 years ago
parent
commit
07da5940a5
1 changed files with 4 additions and 6 deletions
  1. 4
    6
      react/features/conference/components/native/styles.js

+ 4
- 6
react/features/conference/components/native/styles.js View File

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

Loading…
Cancel
Save