mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-26 11:32:26 +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);
|
fontSize *= MediaQuery.textScaleFactorOf(context);
|
||||||
return SingleChildScrollView(
|
return SingleChildScrollView(
|
||||||
child: Column(children: [
|
child: Column(children: [
|
||||||
|
Reference in New Issue
Block a user