gest added

This commit is contained in:
meet2711
2024-06-18 14:58:53 +05:30
parent e68c0edcfb
commit 5c209a23f3
29 changed files with 110 additions and 91 deletions

View File

@@ -8,10 +8,10 @@ class ChangePasswordLayout extends StatelessWidget {
@override
Widget build(BuildContext context) {
return const Scaffold(
bottomNavigationBar: RestorePasswordBottomSection(),
body: RestorePasswordForm());
backgroundColor: Colors.white,
bottomNavigationBar: RestorePasswordBottomSection(),
body: RestorePasswordForm(),
);
}
}