From 74c0369acf3522321e84a69cb5fa2a7ded4b62d7 Mon Sep 17 00:00:00 2001 From: ivic00 <102467664+ivic00@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:26:53 +0100 Subject: [PATCH 1/3] added reset password btn --- components/pages/main/SignInPage.tsx | 19 ++++++++++++++++++- components/pages/settings/SettingsPage.tsx | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/components/pages/main/SignInPage.tsx b/components/pages/main/SignInPage.tsx index 0aff600..824030b 100644 --- a/components/pages/main/SignInPage.tsx +++ b/components/pages/main/SignInPage.tsx @@ -106,7 +106,7 @@ const SignInPage = () => { style={{ flex: 1, padding: 21, - paddingBottom: 45, + paddingBottom: 30, paddingTop: isLoading ? "20%" : getTopPadding(), width: isLoading ? "100%" : isTablet ? 629 : undefined, }} @@ -205,6 +205,23 @@ const SignInPage = () => { color="#fd1775" /> + +