Skip to content

Commit

Permalink
fixed example button text align
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturLevchuk committed Nov 14, 2024
1 parent dc131f1 commit 4e8dc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/lib/modules/home/pages/core/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ class _CryptoListPageState extends State<CryptoListPage> {
color: Colors.white,
fontSize: 20.sp,
),
textAlign: TextAlign.center,
),
),
),
Expand Down

0 comments on commit 4e8dc70

Please sign in to comment.