fix : auth page in inspection
This commit is contained in:
@@ -18,7 +18,8 @@ class AuthPage extends GetView<AuthLogic> {
|
||||
children: [
|
||||
Assets.vec.bgAuthSvg.svg(fit: BoxFit.fill),
|
||||
|
||||
Padding(
|
||||
Center(
|
||||
child: Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: 10.r),
|
||||
child: FadeTransition(
|
||||
opacity: controller.textAnimation,
|
||||
@@ -42,6 +43,7 @@ class AuthPage extends GetView<AuthLogic> {
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Obx(() {
|
||||
final screenHeight = MediaQuery.of(context).size.height;
|
||||
|
||||
Reference in New Issue
Block a user