diff --git a/native/account/registration/connect-ethereum.react.js b/native/account/registration/connect-ethereum.react.js --- a/native/account/registration/connect-ethereum.react.js +++ b/native/account/registration/connect-ethereum.react.js @@ -73,7 +73,7 @@ return ( - + Do you want to connect an Ethereum Wallet to your account? @@ -102,6 +102,9 @@ justifyContent: 'space-between', flex: 1, }, + scrollViewContentContainer: { + flexGrow: 1, + }, header: { fontSize: 24, color: 'panelForegroundLabel', @@ -114,7 +117,9 @@ paddingBottom: 16, }, ethereumLogoContainer: { + flexGrow: 1, alignItems: 'center', + justifyContent: 'center', }, list: { paddingBottom: 16,