Browse Source

comment default text theme for ios

pull/18/head
Sun 4 years ago
parent
commit
d2bb23ae41
  1. 2
      lib/theme.dart

2
lib/theme.dart

@ -14,7 +14,7 @@ class AppTheme {
static ThemeData themeData(ColorScheme colorScheme, Color focusColor) { static ThemeData themeData(ColorScheme colorScheme, Color focusColor) {
return ThemeData( return ThemeData(
colorScheme: colorScheme, colorScheme: colorScheme,
textTheme: _textTheme, // textTheme: _textTheme,
// Matches manifest.json colors and background color. // Matches manifest.json colors and background color.
primaryColor: const Color(0xFF030303), primaryColor: const Color(0xFF030303),
appBarTheme: AppBarTheme( appBarTheme: AppBarTheme(

Loading…
Cancel
Save