Increase font size for progress dialogs
This commit is contained in:
parent
ffcd4022ea
commit
b95ed5fbb5
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ ProgressDialog createProgressDialog(
|
|||
);
|
||||
dialog.style(
|
||||
message: message,
|
||||
messageTextStyle: Theme.of(context).textTheme.bodySmall,
|
||||
messageTextStyle: Theme.of(context).textTheme.labelMedium,
|
||||
backgroundColor: Theme.of(context).dialogTheme.backgroundColor,
|
||||
progressWidget: const EnteLoadingWidget(),
|
||||
borderRadius: 10,
|
||||
|
|
Loading…
Add table
Reference in a new issue