diff --git a/src/components/BackButton.js b/src/components/BackButton.js index f333788..151ddac 100644 --- a/src/components/BackButton.js +++ b/src/components/BackButton.js @@ -18,7 +18,6 @@ const styles = StyleSheet.create({ }, backText: { - fontWeight: "bold", fontSize: 25, }, }); diff --git a/src/screens/SignInScreen.js b/src/screens/SignInScreen.js index a7ca423..546e26e 100644 --- a/src/screens/SignInScreen.js +++ b/src/screens/SignInScreen.js @@ -11,7 +11,7 @@ export default function SignInScreen() { - Sign in + Sign In {"\n"} {"Thank you for choosing to help\n"} @@ -55,7 +55,7 @@ const styles = StyleSheet.create({ justifyContent: "center", width: 300, height: 50, - borderRadius: 10, + borderRadius: 15, }, OAuthLogo: { @@ -69,7 +69,7 @@ const styles = StyleSheet.create({ }, GoogleOAuth: { - backgroundColor: "#000", + backgroundColor: "#353535", color: "#fff", }, }); \ No newline at end of file