From 085ee82c4b2b5095c930528b152ea79594b027bd Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Sun, 6 Feb 2022 10:57:23 +0330 Subject: [PATCH] D1APP-16 dialog background color applied --- lib/utils/action_sheet.dart | 1 + 1 file changed, 1 insertion(+) 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, ),