Skip to content

Commit

Permalink
Merge PR #1632
Browse files Browse the repository at this point in the history
  • Loading branch information
elibon99 committed Aug 16, 2024
2 parents ae4bc5d + 04ec8ba commit eef704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Future<T?> showBlurDialog<T>({
required BuildContext context,
required Widget Function(BuildContext) builder,
RouteSettings? routeSettings,
Color barrierColor = const Color(0x00cccccc),
Color barrierColor = const Color(0x33000000),
}) async =>
await showGeneralDialog<T>(
context: context,
Expand Down

0 comments on commit eef704e

Please sign in to comment.