Header updated

parent ec77a636
...@@ -19,9 +19,9 @@ const AddData = () => { ...@@ -19,9 +19,9 @@ const AddData = () => {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<Text style={styles.header}>AddData</Text> <Text style={styles.header}>Stress Tracker & Wellness Companion</Text>
<TextInput <TextInput
placeholder='Title' placeholder='Job Satisfication'
value={title} value={title}
onChangeText={(text) => setTitle(text)} onChangeText={(text) => setTitle(text)}
style={styles.input} style={styles.input}
...@@ -48,9 +48,10 @@ const styles = StyleSheet.create({ ...@@ -48,9 +48,10 @@ const styles = StyleSheet.create({
backgroundColor: '#fff', backgroundColor: '#fff',
}, },
header:{ header:{
fontSize:30, fontSize:20,
textAlign:'center', textAlign:'center',
marginTop:100, marginTop:50,
color:'red',
fontWeight: 'bold' fontWeight: 'bold'
}, },
input:{ 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