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