Skip to content

Commit

Permalink
Ajustes e Telas para a funcionalidade Esqueci minha senha
Browse files Browse the repository at this point in the history
  • Loading branch information
Faehzin committed Dec 4, 2024
1 parent 3005486 commit 395c177
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/components/ForgetButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const styles = StyleSheet.create({
color: "#2CCDB5",
maxWidth: 300,
textDecorationLine: "underline",
paddingVertical: 12,
paddingVertical: 14,
paddingHorizontal: 18,
textAlign: "left",
borderRadius: 20,
Expand Down
6 changes: 3 additions & 3 deletions src/app/private/pages/esqueciSenha.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function EsqueciSenha() {

{/* Título */}
<Text style={styles.title}>Esqueceu sua senha? </Text>
<Text style={styles.subtitle}>Calma, a GERO te ajuda! </Text>
<Text style={styles.subtitle}>Calma, a GERO te ajuda!! </Text>

{/* Campo de Email */}
<View style={styles.inputContainer}>
Expand All @@ -28,7 +28,7 @@ export default function EsqueciSenha() {

{/* Botão de Recuperar Senha */}
<TouchableOpacity style={styles.button}>
<Text style={styles.buttonText}>Recuperar Senha</Text>
<Text style={styles.buttonText}>Recuperar senha</Text>
</TouchableOpacity>
</View>
);
Expand All @@ -51,7 +51,7 @@ const styles = StyleSheet.create({
fontSize: 28,
fontWeight: "300",
textAlign: "center",
marginBottom: 20,
marginBottom: 19,
},
subtitle: {
fontSize: 18,
Expand Down
2 changes: 1 addition & 1 deletion src/app/public/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export default function Login() {

<View style={styles.EsqueciButton}>
<ForgetButton
title="Esqueci minha senha"
title="Esqueci minha senha!"
showLoading={showLoading}
/>
</View>
Expand Down

0 comments on commit 395c177

Please sign in to comment.