diff --git a/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx b/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx index 8f672c9952..3803944c48 100644 --- a/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx +++ b/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx @@ -3,7 +3,7 @@ import {banxaModuleMaker} from '@yoroi/banxa' import {useSwap} from '@yoroi/swap' import React, {ReactNode} from 'react' import {useIntl} from 'react-intl' -import {Linking, StyleSheet, TouchableOpacity, View} from 'react-native' +import {Linking, Platform, StyleSheet, TouchableOpacity, View} from 'react-native' import {Button, Icon, Spacer, Text, useModal} from '../components' import {useSend} from '../features/Send/common/SendContext' @@ -42,7 +42,7 @@ export const ActionsBanner = ({disabled = false}: {disabled: boolean}) => { const handleOnBuy = () => { track.walletPageExchangeBottomSheetClicked() - const modalHeight = 310 + const modalHeight = 320 const modalTextFormattingOptions: BuyInfoFormattingOptions = { b: (text) => {text}, textComponent: (text) => {text}, @@ -77,6 +77,8 @@ export const ActionsBanner = ({disabled = false}: {disabled: boolean}) => { closeModal() }} /> + + {Platform.OS === 'ios' && } , modalHeight, ) @@ -211,6 +213,7 @@ const styles = StyleSheet.create({ fontSize: 16, color: '#000000', fontFamily: 'Rubik-Regular', + fontWeight: '400', lineHeight: 24, }, bold: {