restore-button-fix | changed padding for description

Oleksandr Sobol committed Mar 4, 2020 at 21:44 UTC e33bb4989efcb4bbea3fb7cd801dd7e730407097
1 file changed +1 -1
lib/src/screens/restore/widgets/restore_button.dart
+1 -1
@@ -66,7 +66,7 @@ class RestoreButton extends StatelessWidget {
66 fontWeight: FontWeight.bold),
67 ),
68 Padding(
69 - padding: EdgeInsets.only(left: 50, right: 50, top: 10),
69 + padding: EdgeInsets.only(left: 20, right: 20, top: 10),
70 child: Text(
71 description,
72 textAlign: TextAlign.center,