diff --git a/apps/wallet-mobile/src/features/Discover/common/ConfirmConnectionModal.tsx b/apps/wallet-mobile/src/features/Discover/common/ConfirmConnectionModal.tsx index d444741c8f..1ed9383e7d 100644 --- a/apps/wallet-mobile/src/features/Discover/common/ConfirmConnectionModal.tsx +++ b/apps/wallet-mobile/src/features/Discover/common/ConfirmConnectionModal.tsx @@ -1,7 +1,7 @@ import {useTheme} from '@yoroi/theme' import {Image} from 'expo-image' import * as React from 'react' -import {Linking, StyleSheet, Text, View} from 'react-native' +import {Linking, ScrollView, StyleSheet, Text, View} from 'react-native' import {Button} from '../../../components/Button/Button' import {Icon} from '../../../components/Icon' @@ -67,7 +67,7 @@ export const ConfirmConnectionModal = ({name, website, onConfirm, logo, showSing const imageUri = logo.length === 0 ? getDappFallbackLogo(website) : logo return ( - + @@ -111,7 +111,7 @@ export const ConfirmConnectionModal = ({name, website, onConfirm, logo, showSing