From d78a3e168ec2c57d0ceca1b67886261a7d4cb221 Mon Sep 17 00:00:00 2001 From: mosazaid Date: Thu, 22 Apr 2021 17:11:32 +0300 Subject: [PATCH] hoh design fixes --- lib/screens/patients/profile/lab_result/LabResultWidget.dart | 2 +- .../patient_profile_header_with_appointment_card_app_bar.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/screens/patients/profile/lab_result/LabResultWidget.dart b/lib/screens/patients/profile/lab_result/LabResultWidget.dart index c63f5bdf..72131f59 100644 --- a/lib/screens/patients/profile/lab_result/LabResultWidget.dart +++ b/lib/screens/patients/profile/lab_result/LabResultWidget.dart @@ -135,7 +135,7 @@ class LabResultWidget extends StatelessWidget { color: Colors.white, child: Center( child: AppText( - patientLabResultList[index].resultValue + + "${patientLabResultList[index].resultValue ?? ""}" + " " + "${patientLabResultList[index].uOM ?? ""}", textAlign: TextAlign.center, diff --git a/lib/widgets/patients/profile/patient_profile_header_with_appointment_card_app_bar.dart b/lib/widgets/patients/profile/patient_profile_header_with_appointment_card_app_bar.dart index ae85a574..5de6299c 100644 --- a/lib/widgets/patients/profile/patient_profile_header_with_appointment_card_app_bar.dart +++ b/lib/widgets/patients/profile/patient_profile_header_with_appointment_card_app_bar.dart @@ -326,7 +326,7 @@ class PatientProfileHeaderWhitAppointmentAppBar extends StatelessWidget '${TranslationBase.of(context).dr}$doctorName', color: Colors.black, fontWeight: FontWeight.w600, - fontSize: 12, + fontSize: 9, ), if (orderNo != null && !isPrescriptions) Row(