D1APP-16 dialog background color applied

This commit is contained in:
MohammadTaha Basiri 2022-02-06 10:57:23 +03:30
parent 9971d6f478
commit 085ee82c4b
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ class ActionSheetUtils {
await showDialog( await showDialog(
context: context, context: context,
builder: (context) => Dialog( builder: (context) => Dialog(
backgroundColor: Theme.of(context).colorScheme.surface,
shape: const RoundedRectangleBorder( shape: const RoundedRectangleBorder(
borderRadius: DesignConfig.mediumBorderRadius, borderRadius: DesignConfig.mediumBorderRadius,
), ),