From 70e394cfc7eefeb3f36d0961221de4319ad34ede Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Sun, 25 Apr 2021 14:55:38 +0300 Subject: [PATCH] change font size --- lib/screens/patients/profile/note/progress_note_screen.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/screens/patients/profile/note/progress_note_screen.dart b/lib/screens/patients/profile/note/progress_note_screen.dart index e36fadd7..443bff8d 100644 --- a/lib/screens/patients/profile/note/progress_note_screen.dart +++ b/lib/screens/patients/profile/note/progress_note_screen.dart @@ -149,7 +149,7 @@ class _ProgressNoteState extends State { 'Pending', fontWeight: FontWeight.bold, color: Color(0xFFCC9B14), - fontSize: 16, + fontSize: 12, ), if (model .patientProgressNoteList[ @@ -160,7 +160,7 @@ class _ProgressNoteState extends State { 'Canceled', fontWeight: FontWeight.bold, color: Colors.red.shade700, - fontSize: 16, + fontSize: 12, ), if (model .patientProgressNoteList[ @@ -171,7 +171,7 @@ class _ProgressNoteState extends State { 'Verified', fontWeight: FontWeight.bold, color: Colors.green[600], - fontSize: 16, + fontSize: 12, ), if (model.patientProgressNoteList[index].status != 2 && model