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

This commit is contained in:
Saúl Ibarra Corretgé 2021-09-15 12:56:54 +02:00 committed by Saúl Ibarra Corretgé
parent ab366b9d94
commit 07da5940a5
1 changed files with 4 additions and 6 deletions

View File

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