Fix progress dialog color
This commit is contained in:
parent
edf8f9236a
commit
2c5f7b97c4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ProgressDialog createProgressDialog(BuildContext context, String message) {
|
|||
dialog.style(
|
||||
message: message,
|
||||
messageTextStyle: TextStyle(color: Colors.white),
|
||||
backgroundColor: Colors.grey[850],
|
||||
backgroundColor: Theme.of(context).cardColor,
|
||||
progressWidget: loadWidget,
|
||||
borderRadius: 4.0,
|
||||
elevation: 10.0,
|
||||
|
|
Loading…
Add table
Reference in a new issue