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
(cherry picked from commit 1ace10c)
  • Loading branch information
Tim Szot authored and OSBotify committed Oct 14, 2021
1 parent 1a4ea1a commit 2a9c585
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const ExpensiTextInputLabel = ({
labelScale,
),
]}
<<<<<<< HEAD
=======
pointerEvents="none"
>>>>>>> 1ace10c8b (Merge pull request #5858 from AlfredoAlc/alfredo-fix-textinput-area)
>
{label}
</Animated.Text>
Expand Down
8 changes: 8 additions & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,15 @@ const styles = {
fontFamily: fontFamily.GTA,
fontSize: variables.fontSizeNormal,
color: themeColors.text,
<<<<<<< HEAD
...spacing.pv0,
=======
height: '100%',
paddingTop: 25,
paddingBottom: 8,
paddingHorizontal: 11.5,
borderRadius: variables.componentBorderRadiusNormal,
>>>>>>> 1ace10c8b (Merge pull request #5858 from AlfredoAlc/alfredo-fix-textinput-area)
},
expensiTextInputDesktop: addOutlineWidth({}, 0),
expensiTextInputAndroid: left => ({
Expand Down

0 comments on commit 2a9c585

Please sign in to comment.