diff --git a/lib/src/screens/restore/widgets/restore_button.dart b/lib/src/screens/restore/widgets/restore_button.dart index 37cf5565e..4525bd367 100644 --- a/lib/src/screens/restore/widgets/restore_button.dart +++ b/lib/src/screens/restore/widgets/restore_button.dart @@ -66,7 +66,7 @@ class RestoreButton extends StatelessWidget { fontWeight: FontWeight.bold), ), Padding( - padding: EdgeInsets.only(left: 50, right: 50, top: 10), + padding: EdgeInsets.only(left: 20, right: 20, top: 10), child: Text( description, textAlign: TextAlign.center,