Skip to content

Commit

Permalink
bug: align min spending input and button
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Jul 24, 2024
1 parent c70aba6 commit 3bf500c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/plans/ChargeAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,7 @@ const SummaryRight = styled.div`
const SpendingMinimumWrapper = styled.div`
display: flex;
gap: ${theme.spacing(3)};
align-items: center;
`

const SpendingMinimumInput = styled(AmountInput)`
Expand Down

0 comments on commit 3bf500c

Please sign in to comment.