mirror of
https://github.com/urosran/cally.git
synced 2025-07-15 09:45:20 +00:00
added reset password btn
This commit is contained in:
@ -106,7 +106,7 @@ const SignInPage = () => {
|
|||||||
style={{
|
style={{
|
||||||
flex: 1,
|
flex: 1,
|
||||||
padding: 21,
|
padding: 21,
|
||||||
paddingBottom: 45,
|
paddingBottom: 30,
|
||||||
paddingTop: isLoading ? "20%" : getTopPadding(),
|
paddingTop: isLoading ? "20%" : getTopPadding(),
|
||||||
width: isLoading ? "100%" : isTablet ? 629 : undefined,
|
width: isLoading ? "100%" : isTablet ? 629 : undefined,
|
||||||
}}
|
}}
|
||||||
@ -205,6 +205,23 @@ const SignInPage = () => {
|
|||||||
color="#fd1775"
|
color="#fd1775"
|
||||||
/>
|
/>
|
||||||
</View>
|
</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>*/}
|
{/*<View row centerH marginB-5 gap-5>*/}
|
||||||
{/* <Text text70>Forgot your password?</Text>*/}
|
{/* <Text text70>Forgot your password?</Text>*/}
|
||||||
|
@ -43,7 +43,7 @@ const SettingsPage = () => {
|
|||||||
{pageIndex == 0 && (
|
{pageIndex == 0 && (
|
||||||
<View flexG centerH marginH-30 marginT-30>
|
<View flexG centerH marginH-30 marginT-30>
|
||||||
<Button
|
<Button
|
||||||
disabled={false}
|
disabled={isntParent}
|
||||||
backgroundColor="white"
|
backgroundColor="white"
|
||||||
style={styles.mainBtn}
|
style={styles.mainBtn}
|
||||||
children={
|
children={
|
||||||
|
Reference in New Issue
Block a user