diff --git a/Frontend/patient_manager/lib/components/profileUserUpdate.dart b/Frontend/patient_manager/lib/components/profileUserUpdate.dart index dc9fc3e0..20469764 100644 --- a/Frontend/patient_manager/lib/components/profileUserUpdate.dart +++ b/Frontend/patient_manager/lib/components/profileUserUpdate.dart @@ -102,7 +102,6 @@ class _ProfileUserUpdateState extends State { Widget build(BuildContext context) { return Column( children: [ - const SizedBox(height: 15.0), const Text( "Update User profile:", style: TextStyle( diff --git a/Frontend/patient_manager/lib/pages/profileUpdate.dart b/Frontend/patient_manager/lib/pages/profileUpdate.dart index 5296b2ad..a6493384 100644 --- a/Frontend/patient_manager/lib/pages/profileUpdate.dart +++ b/Frontend/patient_manager/lib/pages/profileUpdate.dart @@ -39,8 +39,11 @@ class _ProfileUpdateState extends State { Widget build(BuildContext context) { return Scaffold( appBar: const MyAppBar(barTitle: "Update Profile"), - body: Center( - child: _widgetOptions.elementAt(0), + body: Padding( + padding: const EdgeInsets.all(15.0), + child: Center( + child: _widgetOptions.elementAt(0), + ), ), // bottomNavigationBar: GNav( // //hoverColor: Colors.lightBlueAccent,