diff --git a/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx b/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx index 60c0888965..8f672c9952 100644 --- a/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx +++ b/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx @@ -42,7 +42,7 @@ export const ActionsBanner = ({disabled = false}: {disabled: boolean}) => { const handleOnBuy = () => { track.walletPageExchangeBottomSheetClicked() - const modalHeight = 300 + const modalHeight = 310 const modalTextFormattingOptions: BuyInfoFormattingOptions = { b: (text) => {text}, textComponent: (text) => {text},