From 4e8dc70b468cb2de07f46b58d2e1a75c5d958fd3 Mon Sep 17 00:00:00 2001 From: ArturLevchuk Date: Thu, 14 Nov 2024 18:45:00 +0200 Subject: [PATCH] fixed example button text align --- example/lib/modules/home/pages/core/home_page.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/example/lib/modules/home/pages/core/home_page.dart b/example/lib/modules/home/pages/core/home_page.dart index 8708036..a59a9cf 100644 --- a/example/lib/modules/home/pages/core/home_page.dart +++ b/example/lib/modules/home/pages/core/home_page.dart @@ -234,6 +234,7 @@ class _CryptoListPageState extends State { color: Colors.white, fontSize: 20.sp, ), + textAlign: TextAlign.center, ), ), ),