chore: Set correct stories start position
This commit is contained in:
parent
7daf34c13e
commit
74a3d0d52e
2 changed files with 80 additions and 58 deletions
|
|
@ -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,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue