From 9b3768a8a1bdd9a311f6d37b074566eb2679f4a5 Mon Sep 17 00:00:00 2001 From: Yauheni Date: Sat, 18 Nov 2023 10:46:43 +0100 Subject: [PATCH] Fix bug with Extra bottom padding on the header in the sign-in modal --- src/pages/signin/SignInPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/signin/SignInPage.js b/src/pages/signin/SignInPage.js index 8d3b10ce606d..0a8f53518327 100644 --- a/src/pages/signin/SignInPage.js +++ b/src/pages/signin/SignInPage.js @@ -234,7 +234,7 @@ function SignInPage({credentials, account, isInModal, activeClients, preferredLo return ( // Bottom SafeAreaView is removed so that login screen svg displays correctly on mobile. // The SVG should flow under the Home Indicator on iOS. - +