mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 20:39:35 +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),
|
fontWeight: FontWeight.bold),
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: EdgeInsets.only(left: 50, right: 50, top: 10),
|
padding: EdgeInsets.only(left: 20, right: 20, top: 10),
|
||||||
child: Text(
|
child: Text(
|
||||||
description,
|
description,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
|
|
Loading…
Reference in a new issue