fix(rn,conference) show underlay when tapping navbar buttons
This commit is contained in:
parent
ab366b9d94
commit
07da5940a5
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue