Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
content: Set error{,Code}Style font size to kBaseFontSize, which is 17
Before this, the text was sized by Theme.of(context).textTheme.bodyMedium.fontSize, thanks to an AnimatedDefaultTextStyle in the Material widget. That value is 14 when the app's localization state is set to render text as "English-like" (see [Typography]), which at this point I think it always is.
- Loading branch information