From 6758149a409f310f09f1dbd7304b7ad87a53db47 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Sat, 21 May 2022 19:52:20 +0800 Subject: [PATCH] Tweak style --- app/lib/widget/splash.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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(