From 99971de55492d7acfe6f2792e3491e55707a26af Mon Sep 17 00:00:00 2001 From: Nikki Wines Date: Tue, 6 Dec 2022 18:21:24 -0800 Subject: [PATCH] update baseTextInput line height to prevent cutoff --- src/styles/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/styles.js b/src/styles/styles.js index a7fe3b763a7e..1f98b79643f9 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -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,