diff --git a/lib/screens/myWallets/restore_chest.dart b/lib/screens/myWallets/restore_chest.dart index 41ac8f4..b1c1701 100644 --- a/lib/screens/myWallets/restore_chest.dart +++ b/lib/screens/myWallets/restore_chest.dart @@ -141,12 +141,13 @@ class RestoreChest extends StatelessWidget { genW.pasteMnemonic(context); }, child: Row( + mainAxisAlignment: MainAxisAlignment.spaceAround, children: [ const Icon( Icons.content_paste_go, - size: 25, + size: 27, ), - const SizedBox(width: 10), + // const SizedBox(width: 10), Text( 'pasteFromClipboard'.tr(), textAlign: TextAlign.center,