fix : auth page in inspection

This commit is contained in:
2025-09-01 10:59:32 +03:30
parent c2f5e36fd7
commit acff86d7ed

View File

@@ -18,7 +18,8 @@ class AuthPage extends GetView<AuthLogic> {
children: [ children: [
Assets.vec.bgAuthSvg.svg(fit: BoxFit.fill), Assets.vec.bgAuthSvg.svg(fit: BoxFit.fill),
Padding( Center(
child: Padding(
padding: EdgeInsets.symmetric(horizontal: 10.r), padding: EdgeInsets.symmetric(horizontal: 10.r),
child: FadeTransition( child: FadeTransition(
opacity: controller.textAnimation, opacity: controller.textAnimation,
@@ -42,6 +43,7 @@ class AuthPage extends GetView<AuthLogic> {
), ),
), ),
), ),
),
Obx(() { Obx(() {
final screenHeight = MediaQuery.of(context).size.height; final screenHeight = MediaQuery.of(context).size.height;