Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepThePatel committed Apr 23, 2024
1 parent fcb11c3 commit 4084881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions screens/SettingsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function SelectProfile() {

<View style={{ flexDirection: 'row', marginTop: 20 }}>
<View style={{ width: 125, alignItems: 'flex-start' }}>
<Text style={styles.label}>Height (ft):</Text>
<Text style={styles.label}>Height (in):</Text>
</View>
<Text style={styles.labelText}>{height}</Text>
</View>
Expand Down Expand Up @@ -356,7 +356,7 @@ function SelectOthers() {
<TouchableOpacity style={styles.pageButton} onPress={() => Alert.alert('For support, contact us at [email protected]')}>
<Text style={styles.accountText}>Support</Text>
</TouchableOpacity>
<TouchableOpacity style={styles.pageButton} onPress={() => Alert.alert('App Version: v0.9')}>
<TouchableOpacity style={styles.pageButton} onPress={() => Alert.alert('App Version: v1.0')}>
<Text style={styles.accountText}>Version</Text>
</TouchableOpacity>
</View>
Expand Down
2 changes: 1 addition & 1 deletion styles/HomeScreenStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4084881

Please sign in to comment.