mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +00:00
restore-button-fix | changed padding for description
This commit is contained in:
parent
847a5b656c
commit
e33bb4989e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue