From b008ec605668ed7b311c6c77fda98efe5de37c25 Mon Sep 17 00:00:00 2001 From: Amirmahdi Nourkazemi Date: Fri, 10 Jul 2026 10:23:02 +0330 Subject: [PATCH] fix: appbar --- lib/feature/shop/presentation/screen/shop_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/feature/shop/presentation/screen/shop_screen.dart b/lib/feature/shop/presentation/screen/shop_screen.dart index 77e4efb..cb1c411 100644 --- a/lib/feature/shop/presentation/screen/shop_screen.dart +++ b/lib/feature/shop/presentation/screen/shop_screen.dart @@ -131,7 +131,7 @@ class ShopScreen extends StatelessWidget { children: [ const AppBackButton(), const Spacer(), - const GlowText('فروشگاه', size: 20), + const GlowText('فروشگاه', size: 24), const Spacer(), BlocBuilder( builder: (context, s) {