Update actiopn button

This commit is contained in:
2024-09-30 15:19:09 +02:00
parent fdbcf1b119
commit 412e0e8f59
10 changed files with 12 additions and 14 deletions

View File

@@ -218,7 +218,7 @@ class _PatientAccessRequestState extends State<PatientAccessRequest> {
MIHAction getActionButton() {
return MIHAction(
icon: Icons.arrow_back,
icon: const Icon(Icons.arrow_back),
iconSize: 35,
onTap: () {
Navigator.of(context).pop();