Skip to content

Commit

Permalink
remove extra padding for paypal button
Browse files Browse the repository at this point in the history
  • Loading branch information
b4s36t4 committed Aug 29, 2023
1 parent fd755ee commit b36bcdd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/settings/Wallet/AddPayPalMePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ function AddPayPalMePage(props) {
);

return (
<ScreenWrapper onEntryTransitionEnd={() => payPalMeInput.current && payPalMeInput.current.focus()}>
<ScreenWrapper
includeSafeAreaPaddingBottom={false}
onEntryTransitionEnd={() => payPalMeInput.current && payPalMeInput.current.focus()}
>
<HeaderWithBackButton
title={props.translate('common.payPalMe')}
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS_WALLET)}
Expand Down

0 comments on commit b36bcdd

Please sign in to comment.