Increase font size of About Us page

This commit is contained in:
Shawn 2023-03-01 14:32:43 -07:00
parent 4661f6997c
commit b1084d8542

View File

@ -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: [