some ui bug
This commit is contained in:
2025-04-22 15:08:01 +03:30
parent 9751c5cee4
commit a45c0807d1
5 changed files with 17 additions and 16 deletions

View File

@@ -43,7 +43,6 @@ class ProfilePage extends GetView<ProfileLogic> {
Expanded(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
spacing: 16,
children: [
SizedBox(
@@ -77,12 +76,12 @@ class ProfilePage extends GetView<ProfileLogic> {
itemCount: controller.roles.length,
),
),
Padding(
padding: const EdgeInsets.symmetric(
horizontal: 30,
vertical: 10,
),
child: Expanded(
Expanded(
child: Padding(
padding: const EdgeInsets.symmetric(
horizontal: 30,
vertical: 10,
),
child: ObxValue((data) {
return switch (data.value) {
0 => userProfileInformation(),