Quellcode durchsuchen

Increase font size for progress dialogs

vishnukvmd vor 1 Jahr
Ursprung
Commit
b95ed5fbb5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      lib/utils/dialog_util.dart

+ 1 - 1
lib/utils/dialog_util.dart

@@ -224,7 +224,7 @@ ProgressDialog createProgressDialog(
   );
   );
   dialog.style(
   dialog.style(
     message: message,
     message: message,
-    messageTextStyle: Theme.of(context).textTheme.bodySmall,
+    messageTextStyle: Theme.of(context).textTheme.labelMedium,
     backgroundColor: Theme.of(context).dialogTheme.backgroundColor,
     backgroundColor: Theme.of(context).dialogTheme.backgroundColor,
     progressWidget: const EnteLoadingWidget(),
     progressWidget: const EnteLoadingWidget(),
     borderRadius: 10,
     borderRadius: 10,