Skip to content

Commit

Permalink
update baseTextInput line height to prevent cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkiWines committed Dec 7, 2022
1 parent 736359b commit 99971de
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 99971de

Please sign in to comment.