Skip to content

Commit

Permalink
Merge pull request #20113 from hungvu193/fix-19698
Browse files Browse the repository at this point in the history
Fix text align top for welcome message input
  • Loading branch information
Beamanator authored Jun 5, 2023
2 parents 8bf3cbe + 7c87cfd commit 156d099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ReportWelcomeMessagePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function ReportWelcomeMessagePage(props) {
value={welcomeMessage}
onChangeText={handleWelcomeMessageChange}
autoCapitalize="none"
textAlignVertical="top"
/>
</View>
</Form>
Expand Down

0 comments on commit 156d099

Please sign in to comment.