diff --git a/b0esche_cloud/lib/widgets/account_settings_dialog.dart b/b0esche_cloud/lib/widgets/account_settings_dialog.dart index bdcd9db..5ca7b93 100644 --- a/b0esche_cloud/lib/widgets/account_settings_dialog.dart +++ b/b0esche_cloud/lib/widgets/account_settings_dialog.dart @@ -401,7 +401,7 @@ class _AccountSettingsDialogState extends State { // Save Button Center( child: SizedBox( - width: 88, + width: 104, child: ModernGlassButton( onPressed: _updateProfile, child: const Text('Save Changes'), @@ -528,7 +528,7 @@ class _AccountSettingsDialogState extends State { // Change Password Button Center( child: SizedBox( - width: 88, + width: 180, child: ModernGlassButton( onPressed: _changePassword, child: const Text('Change Password'),