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