Skip to content

Commit

Permalink
fix text align top for welcome message input
Browse files Browse the repository at this point in the history
  • Loading branch information
hungvu193 committed Jun 3, 2023
1 parent 0813e2c commit 7c87cfd
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 7c87cfd

Please sign in to comment.