Skip to content

Commit

Permalink
#16
Browse files Browse the repository at this point in the history
illustration
  • Loading branch information
nandini25-ag committed Apr 29, 2023
1 parent 3f8a9a1 commit 11048b0
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Binary file added assets/aibot_one.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/chat1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/download.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/illus2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/Screens/choice.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Choice = () => {
<Image
style={styles.image}
resizeMode="contain"
source={require("../../assets/choice.jpg")}
source={require("../../assets/aibot_one.png")}
/>
<View style={{ width: "100%" }}>
<View style={styles.container1}>
Expand Down Expand Up @@ -76,8 +76,8 @@ const styles = StyleSheet.create({
paddingHorizontal: "10%",
},
image: {
width: "90%",
height: "40%",
width: "100%",
height: "50%",
},
});

Expand Down
2 changes: 1 addition & 1 deletion src/Screens/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Welcome_screen = () => {
<Image
style={styles.image}
resizeMode="contain"
source={require("../../assets/chat1.png")}
source={require("../../assets/illus2.jpg")}
/>
<View style={{width: '100%'}}>
<View style={styles.container1} >
Expand Down
2 changes: 1 addition & 1 deletion src/components/button1.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const styles = StyleSheet.create({
button1: {
paddingVertical: "5.4%",
borderRadius: 35,
backgroundColor: '#20DF7F',
backgroundColor: '#a8a3e3',
alignItems :'center',
justifyContent : 'center',

Expand Down

0 comments on commit 11048b0

Please sign in to comment.