Header updated

parent ec77a636
......@@ -19,9 +19,9 @@ const AddData = () => {
return (
<View style={styles.container}>
<Text style={styles.header}>AddData</Text>
<Text style={styles.header}>Stress Tracker & Wellness Companion</Text>
<TextInput
placeholder='Title'
placeholder='Job Satisfication'
value={title}
onChangeText={(text) => setTitle(text)}
style={styles.input}
......@@ -48,9 +48,10 @@ const styles = StyleSheet.create({
backgroundColor: '#fff',
},
header:{
fontSize:30,
fontSize:20,
textAlign:'center',
marginTop:100,
marginTop:50,
color:'red',
fontWeight: 'bold'
},
input:{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment