mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
CWA-204 | fixed next button in the seed page
This commit is contained in:
parent
ecca26bb58
commit
4a3615f83f
1 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@ class SeedPage extends BasePage {
|
|||
child: Container(
|
||||
width: 70,
|
||||
height: 32,
|
||||
alignment: Alignment.center,
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.all(Radius.circular(16)),
|
||||
color: PaletteDark.menuList
|
||||
|
@ -48,7 +49,7 @@ class SeedPage extends BasePage {
|
|||
child: Text(
|
||||
S.of(context).seed_language_next,
|
||||
style: TextStyle(
|
||||
fontSize: 14,
|
||||
fontSize: 10,
|
||||
fontWeight: FontWeight.w600,
|
||||
color: Colors.blue
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue