diff --git a/lib/main.dart b/lib/main.dart index 0ac2f3ae..b40004f6 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -210,7 +210,7 @@ class _AppState extends State { builder: (context) => SizedBox(height: height, child: builder(context)), isScrollControlled: true, showDragHandle: true, - barrierColor: theme.primaryText.withOpacity(0.7), + barrierColor: theme.primaryText.withOpacity(0.2), backgroundColor: theme.primaryBackground,