Skip to content

Commit

Permalink
Merge pull request #5858 from AlfredoAlc/alfredo-fix-textinput-area
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Szot authored Oct 14, 2021
2 parents 37bfd7a + 944f3a0 commit 1ace10c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ExpensiTextInputLabel = ({
labelScale,
),
]}
selectable={false}
pointerEvents="none"
>
{label}
</Animated.Text>
Expand Down
4 changes: 2 additions & 2 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ const styles = {
color: themeColors.textSupporting,
fontFamily: fontFamily.GTA,
width: '100%',
zIndex: -1,
},
expensiTextInputLabelDesktop: {
transformOrigin: 'left center',
Expand All @@ -526,10 +525,11 @@ const styles = {
fontFamily: fontFamily.GTA,
fontSize: variables.fontSizeNormal,
color: themeColors.text,
...spacing.pv0,
height: '100%',
paddingTop: 25,
paddingBottom: 8,
paddingHorizontal: 11.5,
borderRadius: variables.componentBorderRadiusNormal,
},
expensiTextInputDesktop: addOutlineWidth({}, 0),
expensiTextInputAndroid: left => ({
Expand Down

0 comments on commit 1ace10c

Please sign in to comment.