From 9c704ce529504ea7d3d013df08501983b3e316cd Mon Sep 17 00:00:00 2001 From: Pramad712 Date: Mon, 17 Jun 2024 15:01:54 -0700 Subject: [PATCH] UI --- src/components/BackButton.js | 1 - src/screens/SignInScreen.js | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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