Skip to content

Commit

Permalink
Merge pull request Expensify#40088 from Krishna2323/krishna2323/issue…
Browse files Browse the repository at this point in the history
…/39922

fix: Inconsistent Padding Between Error Message and Save Button in Tax value section
  • Loading branch information
lakchote authored Apr 11, 2024
2 parents 65129a1 + 090f453 commit 1605ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/taxes/ValuePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function ValuePage({
disablePressOnEnter={false}
shouldHideFixErrorsAlert
submitFlexEnabled={false}
submitButtonStyles={[styles.mh5]}
submitButtonStyles={[styles.mh5, styles.mt0]}
>
<InputWrapper
InputComponent={AmountForm}
Expand Down

0 comments on commit 1605ee7

Please sign in to comment.