home responsive and some changes

This commit is contained in:
amirrezaghabeli
2025-08-09 08:18:05 +03:30
parent 4179a0b292
commit eaa9ef18c2
16 changed files with 634 additions and 210 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class ProfileScreen extends StatelessWidget {
return SafeArea(
child: Scaffold(
backgroundColor: AppColors.backgroundColor,
appBar: tenderAppBar(title: AppStrings.profile),
appBar: tenderMobileAppBar(title: AppStrings.profile),
body: Padding(
padding: EdgeInsets.symmetric(
horizontal: 24.0.w(),