瀏覽代碼

Increase font size for progress dialogs

vishnukvmd 1 年之前
父節點
當前提交
b95ed5fbb5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,