From d523b87762871dd8a39e39a812047b76818b237f Mon Sep 17 00:00:00 2001
From: Moe <moe@chocola.dev>
Date: Mon, 23 May 2022 09:03:58 +0700
Subject: [PATCH] Add separator in forgot password

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

diff --git a/lib/components/forgot_pass_body.dart b/lib/components/forgot_pass_body.dart
index 798aac4..5bfdef1 100644
--- a/lib/components/forgot_pass_body.dart
+++ b/lib/components/forgot_pass_body.dart
@@ -75,8 +75,10 @@ class _ForgotPassBodyState extends State<ForgotPassBody> {
               ),
             ),
           ),
+          const SizedBox(height: 10,),
           ElevatedButton(
             style: ButtonStyle(
+                padding: MaterialStateProperty.all(const EdgeInsets.all(15.0)),
                 foregroundColor:
                     MaterialStateProperty.all(const Color(0xff8B0000)),
                 backgroundColor: