|
@ -102,13 +102,7 @@ export default function LoginScreen(props) { |
|
|
} |
|
|
} |
|
|
> |
|
|
> |
|
|
<View paddingHorizontal={14}> |
|
|
<View paddingHorizontal={14}> |
|
|
<assets.AppLogoTitle |
|
|
|
|
|
preserveAspectRatio="xMidYMid meet" |
|
|
|
|
|
width={300} |
|
|
|
|
|
height={30} |
|
|
|
|
|
alignSelf="center" |
|
|
|
|
|
marginBottom={dimensions.spacing.big_padding} |
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|
<Text style={styles.txtHeader}>Dados à Prova d'água</Text> |
|
|
|
|
|
|
|
|
<ErrorMessage |
|
|
<ErrorMessage |
|
|
error="Email ou senha inválidos" |
|
|
error="Email ou senha inválidos" |
|
@ -182,4 +176,11 @@ const styles = StyleSheet.create({ |
|
|
containter: { |
|
|
containter: { |
|
|
justifyContent: "center", |
|
|
justifyContent: "center", |
|
|
}, |
|
|
}, |
|
|
|
|
|
txtHeader: { |
|
|
|
|
|
fontSize: dimensions.text.header, |
|
|
|
|
|
color: colors.primary, |
|
|
|
|
|
fontWeight: "bold", |
|
|
|
|
|
textAlign: "center", |
|
|
|
|
|
padding: dimensions.spacing.normal_padding, |
|
|
|
|
|
}, |
|
|
}); |
|
|
}); |