Skip to content

Commit

Permalink
Merge pull request #13389 from Expensify/nikki-ios-line-height
Browse files Browse the repository at this point in the history
Update baseTextInput line height to prevent cutoff
  • Loading branch information
PauloGasparSv authored Dec 7, 2022
2 parents ab4c636 + 99971de commit f5377ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ const styles = {
baseTextInput: {
fontFamily: fontFamily.EXP_NEUE,
fontSize: variables.fontSizeNormal,
lineHeight: variables.fontSizeNormalHeight,
lineHeight: variables.lineHeightNormal,
color: themeColors.text,
paddingTop: 23,
paddingBottom: 8,
Expand Down

0 comments on commit f5377ee

Please sign in to comment.