diff --git a/lib/utils/action_sheet.dart b/lib/utils/action_sheet.dart index f121af0..5d61a82 100644 --- a/lib/utils/action_sheet.dart +++ b/lib/utils/action_sheet.dart @@ -160,6 +160,7 @@ class ActionSheetUtils { await showDialog( context: context, builder: (context) => Dialog( + backgroundColor: Theme.of(context).colorScheme.surface, shape: const RoundedRectangleBorder( borderRadius: DesignConfig.mediumBorderRadius, ),