From aebb68656b75fa09929f1c9327a41c910d4a4738 Mon Sep 17 00:00:00 2001
From: Ryan ZHAO <>
Date: Mon, 24 Jun 2024 16:39:03 +1000
Subject: [PATCH] fix an issue where on small screen the error message under
 text input box won't be fully displayed

---
 SessionUIKit/Components/SwiftUI/SessionTextField.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SessionUIKit/Components/SwiftUI/SessionTextField.swift b/SessionUIKit/Components/SwiftUI/SessionTextField.swift
index 0a9356086..2a12f25ff 100644
--- a/SessionUIKit/Components/SwiftUI/SessionTextField.swift
+++ b/SessionUIKit/Components/SwiftUI/SessionTextField.swift
@@ -144,7 +144,7 @@ public struct SessionTextField<ExplanationView>: View where ExplanationView: Vie
                 }
             }
             .frame(
-                height: 50,
+                height: 54,
                 alignment: .top
             )
         }