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

pull/9948/head jitsi-meet_6328
Saúl Ibarra Corretgé 3 years ago committed by Saúl Ibarra Corretgé
parent ab366b9d94
commit 07da5940a5
  1. 10
      react/features/conference/components/native/styles.js

@ -32,8 +32,6 @@ export default {
},
inviteButtonContainer: {
paddingHorizontal: 10,
paddingVertical: 10,
position: 'absolute',
top: 0,
right: 0,
@ -42,10 +40,11 @@ export default {
inviteButton: {
iconStyle: {
padding: 10,
color: ColorPalette.white,
fontSize: NAVBAR_BUTTON_SIZE
},
underlayColor: 'transparent'
underlayColor: ColorPalette.buttonUnderlay
},
lonelyButton: {
@ -72,8 +71,6 @@ export default {
},
pipButtonContainer: {
paddingHorizontal: 10,
paddingVertical: 10,
position: 'absolute',
top: 0,
left: 0,
@ -82,10 +79,11 @@ export default {
pipButton: {
iconStyle: {
padding: 10,
color: ColorPalette.white,
fontSize: NAVBAR_BUTTON_SIZE
},
underlayColor: 'transparent'
underlayColor: ColorPalette.buttonUnderlay
},
navBarSafeView: {

Loading…
Cancel
Save