Skip to content

Commit

Permalink
adjusted icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mgr committed Nov 20, 2024
1 parent 3511598 commit 81e97bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/lib/scaffolds/scaffold_wrapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class _ScaffoldWrapperState extends State<ScaffoldWrapper> {
if (newCase == null) return;
await caseProvider.addCase(newCase);
},
icon: const Icon(Icons.add),
icon: const Icon(Icons.add_circle),
tooltip: tr("cases.actions.addCase"),
),
),
Expand Down

0 comments on commit 81e97bf

Please sign in to comment.