Skip to content

Commit

Permalink
Restore package-lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredoAlc committed Oct 7, 2021
1 parent abdea5b commit 31bd3c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const ExpensiTextInputLabel = ({
labelScale,
),
]}
selectable={false}
>
{label}
</Animated.Text>
Expand Down
7 changes: 4 additions & 3 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -500,6 +497,7 @@ const styles = {
color: themeColors.textSupporting,
fontFamily: fontFamily.GTA,
width: '100%',
zIndex: -1,
},
expensiTextInputLabelDesktop: {
transformOrigin: 'left center',
Expand All @@ -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 => ({
Expand Down

0 comments on commit 31bd3c0

Please sign in to comment.