Skip to content

Commit

Permalink
fix: Inconsistent Padding Between Error Message and Save Button in Ta…
Browse files Browse the repository at this point in the history
…x value section.

Signed-off-by: Krishna Gupta <[email protected]>
  • Loading branch information
Krishna2323 committed Apr 11, 2024
1 parent 260a7de commit 090f453
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 090f453

Please sign in to comment.