mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Tweak style
This commit is contained in:
parent
77b213cf36
commit
6758149a40
1 changed files with 4 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue