From 6c436b510392b52785b5972210c2a5278a4c7739 Mon Sep 17 00:00:00 2001 From: julian Date: Sun, 18 Sep 2022 18:03:53 -0600 Subject: [PATCH] mobile layout button with fix --- .../create_or_restore_wallet_view.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pages/add_wallet_views/create_or_restore_wallet_view/create_or_restore_wallet_view.dart b/lib/pages/add_wallet_views/create_or_restore_wallet_view/create_or_restore_wallet_view.dart index cfba1740c..0bc860ee8 100644 --- a/lib/pages/add_wallet_views/create_or_restore_wallet_view/create_or_restore_wallet_view.dart +++ b/lib/pages/add_wallet_views/create_or_restore_wallet_view/create_or_restore_wallet_view.dart @@ -198,6 +198,8 @@ class CreateWalletButtonGroup extends StatelessWidget { @override Widget build(BuildContext context) { return Column( + crossAxisAlignment: + isDesktop ? CrossAxisAlignment.center : CrossAxisAlignment.stretch, children: [ ConstrainedBox( constraints: BoxConstraints(