Tweak style

This commit is contained in:
Ming Ming 2022-05-21 19:52:20 +08:00
parent 77b213cf36
commit 6758149a40

View file

@ -121,7 +121,10 @@ class _SplashState extends State<Splash> {
builder: (context) => AlertDialog(
title: Text(L10n.global().changelogTitle),
content: SingleChildScrollView(
child: Text(change),
child: Text(
change,
style: const TextStyle(fontSize: 14),
),
),
actions: <Widget>[
TextButton(