diff --git a/packages/espressocash_app/lib/features/profile/screens/profile_screen.dart b/packages/espressocash_app/lib/features/profile/screens/profile_screen.dart index 46d6bc79be..268d4d7b59 100644 --- a/packages/espressocash_app/lib/features/profile/screens/profile_screen.dart +++ b/packages/espressocash_app/lib/features/profile/screens/profile_screen.dart @@ -33,9 +33,9 @@ class ProfileScreen extends StatelessWidget { return Scaffold( body: Material( color: const Color(0xffF4F4F4), - child: SafeArea( - maintainBottomViewPadding: true, - child: SingleChildScrollView( + child: SingleChildScrollView( + child: SafeArea( + maintainBottomViewPadding: true, child: Column( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [