mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-26 03:26:38 +08:00
Increase font size of About Us page
This commit is contained in:
@ -38,7 +38,7 @@ class AboutDialogContent extends StatelessWidget {
|
||||
}
|
||||
}
|
||||
|
||||
double fontSize = $styles.text.bodySmall.fontSize!;
|
||||
double fontSize = $styles.text.body.fontSize!;
|
||||
fontSize *= MediaQuery.textScaleFactorOf(context);
|
||||
return SingleChildScrollView(
|
||||
child: Column(children: [
|
||||
|
Reference in New Issue
Block a user