Explorar o código

Increase font size for progress dialogs

vishnukvmd hai 1 ano
pai
achega
b95ed5fbb5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/utils/dialog_util.dart

+ 1 - 1
lib/utils/dialog_util.dart

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