change patient view icons

This commit is contained in:
2024-08-27 12:19:23 +02:00
parent fa42c26e8f
commit 68351b90ff

View File

@@ -124,7 +124,7 @@ class _PatientViewState extends State<PatientView> {
}); });
}, },
icon: const Icon( icon: const Icon(
Icons.text_fields, Icons.article_outlined,
size: 35, size: 35,
), ),
), ),
@@ -135,7 +135,7 @@ class _PatientViewState extends State<PatientView> {
}); });
}, },
icon: const Icon( icon: const Icon(
Icons.file_copy, Icons.file_present,
size: 35, size: 35,
), ),
), ),