Skip to content

Commit

Permalink
Removed 32 pixel margin on iouAmountText
Browse files Browse the repository at this point in the history
  • Loading branch information
neg-0 committed Sep 21, 2023
1 parent f5eb835 commit 665740f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2680,9 +2680,6 @@ const styles = (theme) => ({
fontSize: variables.iouAmountTextSize,
color: theme.heading,
lineHeight: variables.inputHeight,
// This margin counteracts the additional size given to the autoGrow text in BaseTextInput.js
// It fixes issue https://github.com/Expensify/App/issues/26628
marginLeft: 32
},

iouAmountTextInput: addOutlineWidth(
Expand Down

0 comments on commit 665740f

Please sign in to comment.