fix : auth page in inspection
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user