File tree Expand file tree Collapse file tree
src/pages/settings/Wallet/WalletPage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -477,13 +477,14 @@ function WalletPage({shouldListenForResize = false}: WalletPageProps) {
477477 isCentralPane
478478 subtitleMuted
479479 titleStyles = { styles . accountSettingsSectionTitle }
480+ childrenStyles = { shouldShowLoadingSpinner ? styles . mt7 : styles . mt5 }
480481 >
481482 < >
482483 { shouldShowLoadingSpinner && (
483484 < ActivityIndicator
484485 color = { theme . spinner }
485486 size = { CONST . ACTIVITY_INDICATOR_SIZE . LARGE }
486- style = { [ styles . mt7 , styles . mb5 ] }
487+ style = { [ styles . mb5 ] }
487488 />
488489 ) }
489490 { ! shouldShowLoadingSpinner && hasActivatedWallet && (
@@ -492,7 +493,7 @@ function WalletPage({shouldListenForResize = false}: WalletPageProps) {
492493 errors = { walletTerms ?. errors }
493494 onClose = { clearWalletTermsError }
494495 errorRowStyles = { [ styles . ml10 , styles . mr2 ] }
495- style = { [ styles . mt4 , styles . mb2 ] }
496+ style = { [ styles . mb2 ] }
496497 >
497498 < MenuItemWithTopDescription
498499 description = { translate ( 'walletPage.balance' ) }
You can’t perform that action at this time.
0 commit comments