Increase font size for progress dialogs

This commit is contained in:
vishnukvmd 2023-09-04 23:28:05 +05:30
parent ffcd4022ea
commit b95ed5fbb5

View file

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