fix: appbar

This commit is contained in:
2026-07-10 10:23:02 +03:30
parent f5e51ed44d
commit b008ec6056
@@ -131,7 +131,7 @@ class ShopScreen extends StatelessWidget {
children: [
const AppBackButton(),
const Spacer(),
const GlowText('فروشگاه', size: 20),
const GlowText('فروشگاه', size: 24),
const Spacer(),
BlocBuilder<WalletBloc, WalletBlocState>(
builder: (context, s) {