Skip to content

Commit

Permalink
Fix UserSelectorInput height
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Mar 27, 2024
1 parent 9dbefec commit 53fe387
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/auth/onboarding/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ function OnboardingScreen() {
<View style={styles.info}>
<Icon type="material" name="info-outline" color="#797979" />
<Text style={[globalStyles.subtext, styles.subtext]}>
This information is only used for outreach efforts, and will not be
visible to other users on the app.
This information is only used for outreach efforts, and will not
be visible to other users on the app.
</Text>
</View>
<View style={styles.inputContainer}>
Expand Down
3 changes: 2 additions & 1 deletion src/components/UserSelectorInput/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ export default StyleSheet.create({
marginBottom: 8,
},
dropdown: {
height: 50,
height: 43,
borderWidth: 1,
borderRadius: 5,
paddingHorizontal: 10,
paddingVertical: 10
},
dropdownContainer: {
borderRadius: 5,
Expand Down

0 comments on commit 53fe387

Please sign in to comment.