wording and Icon changes
This commit is contained in:
parent
50e7a9f622
commit
c3d8ac30cf
1 changed files with 3 additions and 3 deletions
|
|
@ -95,7 +95,7 @@ class _PatientViewState extends State<PatientView> {
|
||||||
// loadImage();
|
// loadImage();
|
||||||
// var logo = MzanziInnovationHub.of(context)!.theme.logoImage();
|
// var logo = MzanziInnovationHub.of(context)!.theme.logoImage();
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: const MIHAppBar(barTitle: "Patient View"),
|
appBar: const MIHAppBar(barTitle: "Patient Profile"),
|
||||||
drawer: showDrawer(),
|
drawer: showDrawer(),
|
||||||
body: SingleChildScrollView(
|
body: SingleChildScrollView(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
|
|
@ -135,7 +135,7 @@ class _PatientViewState extends State<PatientView> {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
icon: const Icon(
|
icon: const Icon(
|
||||||
Icons.edit_document,
|
Icons.file_copy,
|
||||||
size: 35,
|
size: 35,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
@ -144,7 +144,7 @@ class _PatientViewState extends State<PatientView> {
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 10.0,
|
height: 10.0,
|
||||||
),
|
),
|
||||||
showSelection(_selectedIndex)
|
showSelection(_selectedIndex),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue