Fix progress dialog color

This commit is contained in:
Vishnu Mohandas 2021-02-06 01:24:39 +05:30
parent edf8f9236a
commit 2c5f7b97c4

View file

@ -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,