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, color: Colors.white,
child: Center( child: Center(
child: AppText( child: AppText(
patientLabResultList[index].resultValue + "${patientLabResultList[index].resultValue ?? ""}" +
" " + " " +
"${patientLabResultList[index].uOM ?? ""}", "${patientLabResultList[index].uOM ?? ""}",
textAlign: TextAlign.center, textAlign: TextAlign.center,

@ -326,7 +326,7 @@ class PatientProfileHeaderWhitAppointmentAppBar extends StatelessWidget
'${TranslationBase.of(context).dr}$doctorName', '${TranslationBase.of(context).dr}$doctorName',
color: Colors.black, color: Colors.black,
fontWeight: FontWeight.w600, fontWeight: FontWeight.w600,
fontSize: 12, fontSize: 9,
), ),
if (orderNo != null && !isPrescriptions) if (orderNo != null && !isPrescriptions)
Row( Row(

Loading…
Cancel
Save