chore: Set correct stories start position

This commit is contained in:
Christian Pauly 2021-12-26 10:56:38 +01:00
commit 74a3d0d52e
2 changed files with 80 additions and 58 deletions

View file

@ -97,7 +97,10 @@ class StoryView extends StatelessWidget {
Text(
L10n.of(context)!.thisUserHasNotPostedAnythingYet,
textAlign: TextAlign.center,
style: const TextStyle(fontSize: 20),
style: const TextStyle(
fontSize: 20,
color: Colors.white,
),
),
],
),