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 { @@ -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(

Loading…
Cancel
Save