Increase font size of About Us page
This commit is contained in:
parent
4661f6997c
commit
b1084d8542
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user