From 07da5940a532234c66f216c8206c9ed0d854f41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 15 Sep 2021 12:56:54 +0200 Subject: [PATCH] fix(rn,conference) show underlay when tapping navbar buttons --- react/features/conference/components/native/styles.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/react/features/conference/components/native/styles.js b/react/features/conference/components/native/styles.js index 7e3f030a4..3ca5924ad 100644 --- a/react/features/conference/components/native/styles.js +++ b/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: {