diff --git a/lib/widgets/patients/profile/patient-profile-app-bar.dart b/lib/widgets/patients/profile/patient-profile-app-bar.dart index 90e8d304..1ff7f1a3 100644 --- a/lib/widgets/patients/profile/patient-profile-app-bar.dart +++ b/lib/widgets/patients/profile/patient-profile-app-bar.dart @@ -515,11 +515,11 @@ class PatientProfileAppBar extends StatelessWidget with PreferredSizeWidget { ? 270 : ((patientProfileAppBarModel.patient!.appointmentDate!.isNotEmpty) ? patientProfileAppBarModel.isFromLabResult! - ? 170 - : 150 + ? 190 + : 170 : patientProfileAppBarModel.patient!.admissionDate != null ? patientProfileAppBarModel.isFromLabResult! - ? 170 + ? 190 : 170 : patientProfileAppBarModel.isDischargedPatient! ? 240