Merge branch 'hot_fix_medical_report' into 'development'

hot fix

See merge request Cloud_Solution/doctor_app_flutter!666
merge-requests/667/merge
Mohammad Aljammal 5 years ago
commit 08a210241c

@ -86,13 +86,13 @@ class MedicalReportPage extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.end, crossAxisAlignment: CrossAxisAlignment.end,
children: [ children: [
AppText( AppText(
'${DateUtils.getDayMonthYearDateFormatted(DateTime.now(), isArabic: projectViewModel.isArabic)}', '${AppDateUtils.getDayMonthYearDateFormatted(DateTime.now(), isArabic: projectViewModel.isArabic)}',
color: Colors.black, color: Colors.black,
fontWeight: FontWeight.w600, fontWeight: FontWeight.w600,
fontSize: 14, fontSize: 14,
), ),
AppText( AppText(
'${DateUtils.getHour(DateTime.now())}', '${AppDateUtils.getHour(DateTime.now())}',
fontWeight: FontWeight.w600, fontWeight: FontWeight.w600,
color: Colors.grey[700], color: Colors.grey[700],
fontSize: 14, fontSize: 14,

Loading…
Cancel
Save