diff --git a/lib/screens/myWallets/restore_chest.dart b/lib/screens/myWallets/restore_chest.dart
index 41ac8f4fe158f18b1bed0137c470dfe7596ecdcf..b1c1701a4c19a4fe164358e9de0bf0381f5742fc 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,