From 31bd3c02cfd9aeb302c6fa7f0b4d4806e64a7166 Mon Sep 17 00:00:00 2001 From: Alfredo Alcantara Date: Thu, 7 Oct 2021 11:38:49 -0700 Subject: [PATCH] Restore package-lock file --- .../ExpensiTextInput/ExpensiTextInputLabel/index.js | 1 + src/styles/styles.js | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/ExpensiTextInput/ExpensiTextInputLabel/index.js b/src/components/ExpensiTextInput/ExpensiTextInputLabel/index.js index b0ed11c58bb7..f8f7a11c5223 100644 --- a/src/components/ExpensiTextInput/ExpensiTextInputLabel/index.js +++ b/src/components/ExpensiTextInput/ExpensiTextInputLabel/index.js @@ -19,6 +19,7 @@ const ExpensiTextInputLabel = ({ labelScale, ), ]} + selectable={false} > {label} diff --git a/src/styles/styles.js b/src/styles/styles.js index 9bfb46b48b82..37d697612d79 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -485,9 +485,6 @@ const styles = { borderWidth: 1, borderRadius: variables.componentBorderRadiusNormal, borderColor: themeColors.border, - paddingTop: 25, - paddingBottom: 8, - paddingHorizontal: 12, justifyContent: 'center', height: '100%', backgroundColor: themeColors.componentBG, @@ -500,6 +497,7 @@ const styles = { color: themeColors.textSupporting, fontFamily: fontFamily.GTA, width: '100%', + zIndex: -1, }, expensiTextInputLabelDesktop: { transformOrigin: 'left center', @@ -516,6 +514,9 @@ const styles = { fontSize: variables.fontSizeNormal, color: themeColors.text, ...spacing.pv0, + paddingTop: 25, + paddingBottom: 8, + paddingHorizontal: 12, }, expensiTextInputDesktop: addOutlineWidth({}, 0), expensiTextInputAndroid: left => ({