diff --git a/lib/ui/screens/home_menu/about_dialog_content.dart b/lib/ui/screens/home_menu/about_dialog_content.dart index 2feb1ac9..17e9da9c 100644 --- a/lib/ui/screens/home_menu/about_dialog_content.dart +++ b/lib/ui/screens/home_menu/about_dialog_content.dart @@ -38,12 +38,14 @@ class AboutDialogContent extends StatelessWidget { } } + double fontSize = $styles.text.bodySmall.fontSize!; + fontSize *= MediaQuery.textScaleFactorOf(context); return SingleChildScrollView( child: Column(children: [ Gap($styles.insets.sm), RichText( text: TextSpan( - style: $styles.text.bodySmall.copyWith(color: Colors.black), + style: $styles.text.bodySmall.copyWith(color: Colors.black, fontSize: fontSize), children: [ ...buildSpan($strings.homeMenuAboutWonderous), ...buildSpan($strings.homeMenuAboutBuilt, linkSupplants: {