diff --git a/Frontend/patient_manager/lib/pages/patientView.dart b/Frontend/patient_manager/lib/pages/patientView.dart index 7eb4ab68..b66a4b6a 100644 --- a/Frontend/patient_manager/lib/pages/patientView.dart +++ b/Frontend/patient_manager/lib/pages/patientView.dart @@ -124,7 +124,7 @@ class _PatientViewState extends State { }); }, icon: const Icon( - Icons.text_fields, + Icons.article_outlined, size: 35, ), ), @@ -135,7 +135,7 @@ class _PatientViewState extends State { }); }, icon: const Icon( - Icons.file_copy, + Icons.file_present, size: 35, ), ),