From 717468b637f54b7403c1ed9afa143e3bd7f21caa Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Thu, 10 Jun 2021 14:30:02 +0300 Subject: [PATCH] fix design issue --- .../patients/profile/patient-profile-app-bar.dart | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/widgets/patients/profile/patient-profile-app-bar.dart b/lib/widgets/patients/profile/patient-profile-app-bar.dart index e5a51838..750ee9d5 100644 --- a/lib/widgets/patients/profile/patient-profile-app-bar.dart +++ b/lib/widgets/patients/profile/patient-profile-app-bar.dart @@ -213,11 +213,12 @@ class PatientProfileAppBar extends StatelessWidget mainAxisAlignment: MainAxisAlignment.start, children: [ AppText( - TranslationBase - .of(context) - .appointmentDate + + TranslationBase.of(context).appointmentDate + " : ", fontSize: 14, + fontWeight: FontWeight.normal, + fontFamily: 'Poppins', + color: Colors.black, ), patient.startTime != null ? Container( @@ -266,9 +267,11 @@ class PatientProfileAppBar extends StatelessWidget color: Colors.black), children: [ new TextSpan( - text: TranslationBase.of(context).fileNumber, + text: TranslationBase + .of(context) + .fileNumber, style: TextStyle( - fontSize: 12, fontFamily: 'Poppins')), + fontSize: 14, fontFamily: 'Poppins')), new TextSpan( text: patient.patientId.toString(), style: TextStyle(