Merge pull request #64 from WDI-Ideas/jayeshjain25

Jayeshjain25
This commit is contained in:
Jayesh jain
2024-06-19 11:14:04 +05:30
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ class RestorePasswordForm extends StatelessWidget {
create: (_) => PasswordVisibilityBloc(),
child: FormLabelTextField(
hintText: AppText.enterPassword,
title: AppText.password,
title: "New Password",
type: AppText.password.toLowerCase(),
textEditingController: restorePasswordBloc.passwordTextField,
),

View File

@@ -123,6 +123,7 @@ class BottomSection extends StatelessWidget {
? AppText.backText
: AppText.signUpText,
),
const Gap(15),
],
);
}