diff --git a/app/lib/widget/splash.dart b/app/lib/widget/splash.dart index 52e19936..68c178d5 100644 --- a/app/lib/widget/splash.dart +++ b/app/lib/widget/splash.dart @@ -121,7 +121,10 @@ class _SplashState extends State { builder: (context) => AlertDialog( title: Text(L10n.global().changelogTitle), content: SingleChildScrollView( - child: Text(change), + child: Text( + change, + style: const TextStyle(fontSize: 14), + ), ), actions: [ TextButton(