Skip to content

Commit

Permalink
[article] fix text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightDV committed May 3, 2024
1 parent e3f2c55 commit 28cfd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/news.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ class TextParagraphRenderer extends StatelessWidget {
listBullet: TextStyle(
fontFamily: fontUsedInArticles,
),
textAlign: WrapAlignment.spaceEvenly,
textAlign: WrapAlignment.spaceBetween,
),
),
);
Expand Down

0 comments on commit 28cfd42

Please sign in to comment.