Browse Source

changing home header to 'Pega Chuva'

master
analuizaff 3 years ago
parent
commit
2e7c76d075
  1. 5
      src/app/components/forms/FormLocationPicker.js

5
src/app/components/forms/FormLocationPicker.js

@ -26,8 +26,6 @@ function FormLocationPicker({ subtitle }) {
<View style={styles.adressText}>
<Text style={{
fontSize: dimensions.text.default,
textAlign: "justify",
flex: 1,
}}>
{local}
</Text>
@ -53,6 +51,9 @@ const styles = StyleSheet.create({
},
adressText: {
flex: 0.90,
height: "100%",
flexDirection: "column",
justifyContent: "center",
paddingLeft: 5,
},
mapIcon: {

Loading…
Cancel
Save