diff --git a/lib/features/splash/wallet_creation_notice/wallet_creation_notice_page.dart b/lib/features/splash/wallet_creation_notice/wallet_creation_notice_page.dart index fbe33d49..26193a6e 100644 --- a/lib/features/splash/wallet_creation_notice/wallet_creation_notice_page.dart +++ b/lib/features/splash/wallet_creation_notice/wallet_creation_notice_page.dart @@ -31,7 +31,7 @@ class WalletCreationNoticePage extends HookConsumerWidget { presenter: presenter, useSplashBackground: true, childrenPadding: const EdgeInsets.symmetric(horizontal: 24), - + useFooterPadding: true, // footer: Column( // mainAxisAlignment: MainAxisAlignment.end, // children: [ @@ -130,6 +130,7 @@ class WalletCreationNoticePage extends HookConsumerWidget { onTap: () => presenter.continueNow(context), edgeType: UIConfig.securityScreensButtonsEdgeType, ), + const SizedBox(height: Sizes.spaceNormal,) ], ); }