added reset password btn

This commit is contained in:
ivic00
2025-01-03 17:26:53 +01:00
parent a4e27f9dc8
commit 74c0369acf
2 changed files with 19 additions and 2 deletions

View File

@ -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"
/>
</View>
<View>
<Button
onPress={() => router.replace("/(unauth)/reset_password")}
label="Reset Password"
labelStyle={[
styles.jakartaMedium,
{ textDecorationLine: "none", color: "#fd1575" },
]}
link
size={ButtonSize.xSmall}
padding-0
margin-0
text70
left
color="#fd1775"
/>
</View>
{/*<View row centerH marginB-5 gap-5>*/}
{/* <Text text70>Forgot your password?</Text>*/}

View File

@ -43,7 +43,7 @@ const SettingsPage = () => {
{pageIndex == 0 && (
<View flexG centerH marginH-30 marginT-30>
<Button
disabled={false}
disabled={isntParent}
backgroundColor="white"
style={styles.mainBtn}
children={