diff --git a/lib/screens/auth/change_password_screen.dart b/lib/screens/auth/change_password_screen.dart index 507c6afc..6e9d08d8 100644 --- a/lib/screens/auth/change_password_screen.dart +++ b/lib/screens/auth/change_password_screen.dart @@ -6,6 +6,7 @@ class ChangePasswordScreen extends StatelessWidget { @override Widget build(BuildContext context) { // return Container()]; + return Scaffold( backgroundColor: Colors.white, body: SingleChildScrollView(