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(