diff --git a/lib/presentation/App.dart b/lib/presentation/App.dart index 52a35a8..70f7e3d 100644 --- a/lib/presentation/App.dart +++ b/lib/presentation/App.dart @@ -30,6 +30,11 @@ class App extends StatelessWidget { primaryColorDark: AppColors.PRIMARY_DARK, accentColor: AppColors.SECONDARY, splashColor: AppColors.RIPPLE, + textTheme: TextTheme( + subhead: TextStyle( + textBaseline: TextBaseline.alphabetic + ), + ), ), localizationsDelegates: [ const AppLocalizationsDelegate(),