hoh design fixes

merge-requests/543/head
mosazaid 5 years ago
parent 78f2ab5ae3
commit d78a3e168e

@ -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,

@ -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(

Loading…
Cancel
Save