From d2bb23ae4132b6187da79e63456f258c97338b04 Mon Sep 17 00:00:00 2001 From: Sun Date: Mon, 11 Oct 2021 20:42:01 +0800 Subject: [PATCH] comment default text theme for ios --- lib/theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/theme.dart b/lib/theme.dart index b43e3f0..31ccfe8 100644 --- a/lib/theme.dart +++ b/lib/theme.dart @@ -14,7 +14,7 @@ class AppTheme { static ThemeData themeData(ColorScheme colorScheme, Color focusColor) { return ThemeData( colorScheme: colorScheme, - textTheme: _textTheme, + // textTheme: _textTheme, // Matches manifest.json colors and background color. primaryColor: const Color(0xFF030303), appBarTheme: AppBarTheme(