restore-button-fix | changed padding for description

This commit is contained in:
Oleksandr Sobol 2020-03-04 21:44:30 +02:00
parent 847a5b656c
commit e33bb4989e

View file

@ -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,