change patient view icons
This commit is contained in:
parent
fa42c26e8f
commit
68351b90ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue