ui fixing

This commit is contained in:
jayesh
2024-06-19 11:11:18 +05:30
parent fab0f62ee4
commit 9ab5fa8f95
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),
],
);
}