Skip to content

Commit

Permalink
UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pramad712 committed Jun 17, 2024
1 parent 1ffc344 commit 9c704ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/BackButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const styles = StyleSheet.create({
},

backText: {
fontWeight: "bold",
fontSize: 25,
},
});
6 changes: 3 additions & 3 deletions src/screens/SignInScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function SignInScreen() {
<BackButton />
</Pressable>
<View style={styles.body}>
<Text style={styles.title}>Sign in</Text>
<Text style={styles.title}>Sign In</Text>
<Text style={styles.paragraph}>
{"\n"}
{"Thank you for choosing to help\n"}
Expand Down Expand Up @@ -55,7 +55,7 @@ const styles = StyleSheet.create({
justifyContent: "center",
width: 300,
height: 50,
borderRadius: 10,
borderRadius: 15,
},

OAuthLogo: {
Expand All @@ -69,7 +69,7 @@ const styles = StyleSheet.create({
},

GoogleOAuth: {
backgroundColor: "#000",
backgroundColor: "#353535",
color: "#fff",
},
});

0 comments on commit 9c704ce

Please sign in to comment.