From da0e532ec0d3488fee8c37e5f346600dd25d0a64 Mon Sep 17 00:00:00 2001
From: Kelvin Samuel <kelvinbalkes@gmail.com>
Date: Wed, 27 Apr 2022 10:36:04 +0700
Subject: [PATCH] Change Animation Login Page

---
 lib/components/login_form.dart | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/components/login_form.dart b/lib/components/login_form.dart
index 64170d5..a877b13 100644
--- a/lib/components/login_form.dart
+++ b/lib/components/login_form.dart
@@ -19,7 +19,7 @@ class LoginFormState extends State<LoginForm> {
   Widget build(BuildContext context) {
     return SafeArea(
       child: Container(
-        margin: const EdgeInsets.fromLTRB(10, 10, 10, 5),
+        margin: const EdgeInsets.fromLTRB(10, 15, 10, 5),
         child: Card(
           color: const Color(0xff212226),
           shape: RoundedRectangleBorder(
@@ -40,7 +40,7 @@ class LoginFormState extends State<LoginForm> {
                         mainAxisAlignment: MainAxisAlignment.spaceEvenly,
                         children: [
                           Lottie.network(
-                            "https://assets3.lottiefiles.com/packages/lf20_myor1trh.json",
+                            "https://assets5.lottiefiles.com/packages/lf20_mjlh3hcy.json",
                             frameRate: FrameRate.max,
                             alignment: Alignment.center,
                             fit: BoxFit.fitHeight,