From b1084d85426aecb9f62aa91d9164b09ca1afb666 Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 1 Mar 2023 14:32:43 -0700 Subject: [PATCH] Increase font size of About Us page --- lib/ui/screens/home_menu/about_dialog_content.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/screens/home_menu/about_dialog_content.dart b/lib/ui/screens/home_menu/about_dialog_content.dart index e7f70653..2f51f7da 100644 --- a/lib/ui/screens/home_menu/about_dialog_content.dart +++ b/lib/ui/screens/home_menu/about_dialog_content.dart @@ -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: [