diff --git a/screens/SettingsScreen.js b/screens/SettingsScreen.js index de2a7138..0d8003a8 100644 --- a/screens/SettingsScreen.js +++ b/screens/SettingsScreen.js @@ -122,7 +122,7 @@ function SelectProfile() { - Height (ft): + Height (in): {height} @@ -356,7 +356,7 @@ function SelectOthers() { Alert.alert('For support, contact us at schedulerx@schedx.com')}> Support - Alert.alert('App Version: v0.9')}> + Alert.alert('App Version: v1.0')}> Version diff --git a/styles/HomeScreenStyles.js b/styles/HomeScreenStyles.js index db36d9a6..4a113f22 100644 --- a/styles/HomeScreenStyles.js +++ b/styles/HomeScreenStyles.js @@ -123,7 +123,7 @@ const getStyles = (theme) => }, // In your HomeScreenStyles.js or wherever you define styles todayDay: { - backgroundColor: "white", // Or any color that stands out + backgroundColor: "gray", borderRadius: 50, color: "white", borderColor: "black",