diff --git a/features/inspection/lib/presentation/filter/view.dart b/features/inspection/lib/presentation/filter/view.dart index 8477e16..486d9a8 100644 --- a/features/inspection/lib/presentation/filter/view.dart +++ b/features/inspection/lib/presentation/filter/view.dart @@ -60,7 +60,6 @@ class SupervisionFilterPage extends GetView { ], ); }, controller.currentLocation), - Positioned( right: 10, bottom: 150, diff --git a/features/inspection/lib/presentation/profile/view.dart b/features/inspection/lib/presentation/profile/view.dart index d0f417b..c6a321b 100644 --- a/features/inspection/lib/presentation/profile/view.dart +++ b/features/inspection/lib/presentation/profile/view.dart @@ -128,6 +128,10 @@ class ProfilePage extends GetView { ), ); }, controller.selectedInformationType), + + SizedBox( + height: 100, + ) ], ), ),