From 4ff9343d6f5b8521725968ecacf2cbcad3632df6 Mon Sep 17 00:00:00 2001
From: Moe <moe@chocola.dev>
Date: Mon, 23 May 2022 09:07:35 +0700
Subject: [PATCH] Add separator in otp

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

diff --git a/lib/components/otp_body.dart b/lib/components/otp_body.dart
index 77d32d8..cad7f49 100644
--- a/lib/components/otp_body.dart
+++ b/lib/components/otp_body.dart
@@ -255,8 +255,10 @@ class _OtpBodyState extends State<OtpBody> {
             ],
           ),
         )),
+        const SizedBox(height: 30,),
         ElevatedButton(
           style: ButtonStyle(
+              padding: MaterialStateProperty.all(const EdgeInsets.all(15.0)),
               foregroundColor:
                   MaterialStateProperty.all(const Color(0xff8B0000)),
               backgroundColor: