diff --git a/app/components/Views/OnboardingSuccess/DefaultSettings/__snapshots__/index.test.tsx.snap b/app/components/Views/OnboardingSuccess/DefaultSettings/__snapshots__/index.test.tsx.snap index 889294a0f8e..1188da6d302 100644 --- a/app/components/Views/OnboardingSuccess/DefaultSettings/__snapshots__/index.test.tsx.snap +++ b/app/components/Views/OnboardingSuccess/DefaultSettings/__snapshots__/index.test.tsx.snap @@ -5,32 +5,23 @@ exports[`DefaultSettings should render correctly 1`] = ` style={ { "flex": 1, - "paddingHorizontal": 16, "paddingTop": 16, } } > - - MetaMask uses default settings to best balance safety and ease of use. Change these settings to further increase your privacy. - - Learn more about privacy best practices. + MetaMask uses default settings to best balance safety and ease of use. Change these settings to further increase your privacy. + + + Learn more about privacy best practices. + - + diff --git a/app/components/Views/OnboardingSuccess/DefaultSettings/index.styles.ts b/app/components/Views/OnboardingSuccess/DefaultSettings/index.styles.ts index c8eb0846267..b7d364a31f8 100644 --- a/app/components/Views/OnboardingSuccess/DefaultSettings/index.styles.ts +++ b/app/components/Views/OnboardingSuccess/DefaultSettings/index.styles.ts @@ -7,6 +7,13 @@ const styleSheet = () => paddingHorizontal: 16, paddingTop: 16, }, + scrollRoot: { + flex: 1, + paddingTop: 16, + }, + textContainer: { + paddingHorizontal: 16, + }, }); export default styleSheet; diff --git a/app/components/Views/OnboardingSuccess/DefaultSettings/index.tsx b/app/components/Views/OnboardingSuccess/DefaultSettings/index.tsx index 04398e444e9..23f69a74bc6 100644 --- a/app/components/Views/OnboardingSuccess/DefaultSettings/index.tsx +++ b/app/components/Views/OnboardingSuccess/DefaultSettings/index.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { ScrollView, Linking } from 'react-native'; +import { ScrollView, Linking, View } from 'react-native'; import { useNavigation } from '@react-navigation/native'; import { useOnboardingHeader } from '../../../hooks/useOnboardingHeader'; import { useStyles } from '../../../../component-library/hooks'; @@ -23,14 +23,16 @@ const DefaultSettings = () => { }; return ( - - - {strings('default_settings.description')} - - {' '} - {strings('default_settings.learn_more_about_privacy')} + + + + {strings('default_settings.description')} + + {' '} + {strings('default_settings.learn_more_about_privacy')} + - + - We batch accounts and query Infura to responsively show your balances. If you turn this off, only active accounts will be queried. Some dApps won’t work unless you connect your wallet. + Get balance updates for all your accounts at once. Turning off this feature means others are less likely to associate one account with another. diff --git a/app/components/Views/OnboardingSuccess/__snapshots__/index.test.js.snap b/app/components/Views/OnboardingSuccess/__snapshots__/index.test.js.snap index 719f3b38306..fe9a3706b63 100644 --- a/app/components/Views/OnboardingSuccess/__snapshots__/index.test.js.snap +++ b/app/components/Views/OnboardingSuccess/__snapshots__/index.test.js.snap @@ -120,6 +120,7 @@ exports[`OnboardingSuccess should render correctly 1`] = ` { "alignItems": "center", "flexDirection": "row", + "marginTop": 16, }, { "paddingTop": 10, diff --git a/app/components/Views/OnboardingSuccess/index.styles.ts b/app/components/Views/OnboardingSuccess/index.styles.ts index 10b6abba87a..9740f0ae402 100644 --- a/app/components/Views/OnboardingSuccess/index.styles.ts +++ b/app/components/Views/OnboardingSuccess/index.styles.ts @@ -54,6 +54,7 @@ const styles = StyleSheet.create({ linkWrapper: { flexDirection: 'row', alignItems: 'center', + marginTop: 16, }, footerText: { fontSize: 12, diff --git a/app/components/Views/Settings/BatchAccountBalanceSettings/__snapshots__/index.test.tsx.snap b/app/components/Views/Settings/BatchAccountBalanceSettings/__snapshots__/index.test.tsx.snap index 2d527d6f72d..b55d2c4c1e5 100644 --- a/app/components/Views/Settings/BatchAccountBalanceSettings/__snapshots__/index.test.tsx.snap +++ b/app/components/Views/Settings/BatchAccountBalanceSettings/__snapshots__/index.test.tsx.snap @@ -84,7 +84,7 @@ exports[`BatchAccountBalanceSettings should render correctly 1`] = ` } } > - We batch accounts and query Infura to responsively show your balances. If you turn this off, only active accounts will be queried. Some dApps won’t work unless you connect your wallet. + Get balance updates for all your accounts at once. Turning off this feature means others are less likely to associate one account with another. `; diff --git a/app/components/Views/Settings/SecuritySettings/__snapshots__/SecuritySettings.test.tsx.snap b/app/components/Views/Settings/SecuritySettings/__snapshots__/SecuritySettings.test.tsx.snap index fff27caa527..efb9abf4c98 100644 --- a/app/components/Views/Settings/SecuritySettings/__snapshots__/SecuritySettings.test.tsx.snap +++ b/app/components/Views/Settings/SecuritySettings/__snapshots__/SecuritySettings.test.tsx.snap @@ -1501,7 +1501,7 @@ exports[`SecuritySettings should render correctly 1`] = ` } } > - We batch accounts and query Infura to responsively show your balances. If you turn this off, only active accounts will be queried. Some dApps won’t work unless you connect your wallet. + Get balance updates for all your accounts at once. Turning off this feature means others are less likely to associate one account with another.