diff --git a/b0esche_cloud/lib/widgets/account_settings_dialog.dart b/b0esche_cloud/lib/widgets/account_settings_dialog.dart index e6288be..ebdb7f4 100644 --- a/b0esche_cloud/lib/widgets/account_settings_dialog.dart +++ b/b0esche_cloud/lib/widgets/account_settings_dialog.dart @@ -472,7 +472,7 @@ class _AccountSettingsDialogState extends State { Center( child: Column( children: [ - const SizedBox(height: 32), + const SizedBox(height: 64), GestureDetector( onTap: _pickAndUploadAvatar, child: CircleAvatar( @@ -557,7 +557,7 @@ class _AccountSettingsDialogState extends State { ), ), ), - const SizedBox(height: 32), // Space for logout button + const SizedBox(height: 2), // Space for logout button ], ), ),