bug fix
This commit is contained in:
parent
e3d8144b3c
commit
9cca004955
@ -653,6 +653,7 @@ class _CreateNewPwState extends ConsumerState<CreateNewPw> {
|
|||||||
padding: const EdgeInsets.all(20.0),
|
padding: const EdgeInsets.all(20.0),
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
SizedBox(height: screenHeight / 8),
|
SizedBox(height: screenHeight / 8),
|
||||||
Icon(Icons.check_circle_outlined, color: Color(0xFF8AC681), size: 80),
|
Icon(Icons.check_circle_outlined, color: Color(0xFF8AC681), size: 80),
|
||||||
@ -667,7 +668,7 @@ class _CreateNewPwState extends ConsumerState<CreateNewPw> {
|
|||||||
color: Color(0xFF414042),
|
color: Color(0xFF414042),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 10),
|
SizedBox(height: 20),
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
context.go('/login');
|
context.go('/login');
|
||||||
@ -724,6 +725,7 @@ class _CreateNewPwState extends ConsumerState<CreateNewPw> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: screenHeight / 2.2),
|
SizedBox(height: screenHeight / 2.2),
|
||||||
|
Spacer(),
|
||||||
Center(
|
Center(
|
||||||
// child: Container(
|
// child: Container(
|
||||||
// height: 40,
|
// height: 40,
|
||||||
|
|||||||
@ -2356,7 +2356,9 @@ class _ChartScreen1State extends ConsumerState<ChartScreen1> {
|
|||||||
width: 24,
|
width: 24,
|
||||||
height: 24,
|
height: 24,
|
||||||
),
|
),
|
||||||
],),),
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
|
|||||||
@ -975,7 +975,7 @@ class _BaseScaffoldState extends ConsumerState<BaseScaffold> {
|
|||||||
onTap: () => _navigateTo(context, '/user-guide'),
|
onTap: () => _navigateTo(context, '/user-guide'),
|
||||||
),
|
),
|
||||||
ListTile(
|
ListTile(
|
||||||
leading: Icon(Icons.phone),
|
leading: Icon(Icons.mail_outlined),
|
||||||
title: const Text('Contact'),
|
title: const Text('Contact'),
|
||||||
onTap: () => context.push('/contact'),
|
onTap: () => context.push('/contact'),
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user