Skip to content

Commit

Permalink
chore(app): Reduce rounding on the status dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Feb 28, 2024
1 parent 2b2ef4d commit ae344da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/lib/common/task_status_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class _TaskStatusDialog extends State<TaskStatusDialog> {
child: Text(widget.buttonText));

AlertDialog dialog = AlertDialog(
shape: const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(12.0))),
icon: (() {
switch (widget.status) {
case TaskStatus.pending:
Expand Down

0 comments on commit ae344da

Please sign in to comment.