Skip to content

Commit

Permalink
fix: Move continue button upper
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Nov 6, 2024
1 parent 6adffbb commit 1214a0b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -130,6 +130,7 @@ class WalletCreationNoticePage extends HookConsumerWidget {
onTap: () => presenter.continueNow(context),
edgeType: UIConfig.securityScreensButtonsEdgeType,
),
const SizedBox(height: Sizes.spaceNormal,)
],
);
}
Expand Down

0 comments on commit 1214a0b

Please sign in to comment.