feat : new ui and fix bug's

This commit is contained in:
2025-10-06 10:57:46 +03:30
parent a4c7fa87a3
commit 887aff27ae
44 changed files with 842 additions and 206 deletions

View File

@@ -18,7 +18,7 @@ class ProfilePage extends GetView<ProfileLogic> {
spacing: 30,
children: [
Expanded(
flex: 1,
child: Container(
color: AppColor.blueNormal,
child: Column(
@@ -142,6 +142,7 @@ class ProfilePage extends GetView<ProfileLogic> {
),
),
],
),
),
),