From e33bb4989efcb4bbea3fb7cd801dd7e730407097 Mon Sep 17 00:00:00 2001 From: Oleksandr Sobol Date: Wed, 4 Mar 2020 21:44:30 +0200 Subject: [PATCH] restore-button-fix | changed padding for description --- lib/src/screens/restore/widgets/restore_button.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,