Skip to content

Commit

Permalink
(#44) TextField's hint position looks wrong in Korean
Browse files Browse the repository at this point in the history
  • Loading branch information
giantsol committed Oct 10, 2019
1 parent 380bc8a commit f288ccd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/presentation/App.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit f288ccd

Please sign in to comment.