fixed TM-171 jira task

This commit is contained in:
amirrezaghabeli
2025-10-01 14:11:53 +03:30
parent d42f477dcb
commit 006b421a9e
12 changed files with 69 additions and 17 deletions
@@ -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();