CWA-204 | fixed next button in the seed page
Oleksandr Sobol committed
Apr 29, 2020 at 23:10 UTC
4a3615f83f033aae5eb4804124fbf4d50fda18a9
1 file changed
+2
-1
lib/src/screens/seed/seed_page.dart
+2
-1
@@ -41,6 +41,7 @@ class SeedPage extends BasePage {
41
child: Container(
42
width: 70,
43
height: 32,
44
+ alignment: Alignment.center,
45
decoration: BoxDecoration(
46
borderRadius: BorderRadius.all(Radius.circular(16)),
47
color: PaletteDark.menuList
@@ -48,7 +49,7 @@ class SeedPage extends BasePage {
49
child: Text(
50
S.of(context).seed_language_next,
51
style: TextStyle(
51
- fontSize: 14,
52
+ fontSize: 10,
53
fontWeight: FontWeight.w600,
54
color: Colors.blue
55
),