fixed TM-171 jira task
This commit is contained in:
@@ -101,7 +101,7 @@ class _TabletForgotPasswordCreatePageState
|
||||
onToggleVisibility:
|
||||
viewModel.toggleForgotPasswordVisibility,
|
||||
),
|
||||
SizedBox(height: 16.0.h()),
|
||||
SizedBox(height: 24.0.h()),
|
||||
Container(
|
||||
alignment: Alignment.centerLeft,
|
||||
padding: EdgeInsets.only(left: 16.0.w()),
|
||||
@@ -149,7 +149,7 @@ class _TabletForgotPasswordCreatePageState
|
||||
),
|
||||
),
|
||||
),
|
||||
SizedBox(height: 80.0.h()),
|
||||
SizedBox(height: 70.0.h()),
|
||||
viewModel.isResetPasswordLoading
|
||||
? BaseButton(
|
||||
isEnabled: viewModel.isNewPasswordValid,
|
||||
@@ -169,6 +169,7 @@ class _TabletForgotPasswordCreatePageState
|
||||
: null,
|
||||
),
|
||||
|
||||
SizedBox(height: 32.0.h()),
|
||||
TextButton(
|
||||
onPressed: () {
|
||||
context.pop();
|
||||
|
||||
Reference in New Issue
Block a user