D1APP-16 dialog background color applied
This commit is contained in:
parent
9971d6f478
commit
085ee82c4b
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue