Skip to content

Commit

Permalink
misc: fix some button alignment in plan form
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Aug 5, 2024
1 parent e894fca commit 6e54c8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/plans/ChargePercentage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ export const ChargePercentage = memo(
>
<Button
icon="trash"
size="small"
disabled={disabled}
variant="quaternary"
onClick={() => {
Expand Down Expand Up @@ -181,7 +180,6 @@ export const ChargePercentage = memo(
>
<Button
icon="trash"
size="small"
disabled={disabled}
variant="quaternary"
onClick={() => {
Expand Down Expand Up @@ -226,7 +224,6 @@ export const ChargePercentage = memo(
>
<Button
icon="trash"
size="small"
disabled={disabled}
variant="quaternary"
onClick={() => {
Expand Down Expand Up @@ -280,7 +277,6 @@ export const ChargePercentage = memo(
>
<Button
icon="trash"
size="small"
disabled={disabled}
variant="quaternary"
onClick={() => {
Expand Down Expand Up @@ -321,7 +317,6 @@ export const ChargePercentage = memo(
>
<Button
icon="trash"
size="small"
disabled={disabled}
variant="quaternary"
onClick={() => {
Expand Down
4 changes: 4 additions & 0 deletions src/components/plans/StandardCharge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ const Container = styled.div`
const InlineFields = styled.div`
display: flex;
gap: ${theme.spacing(3)};
> *:last-child {
margin-top: ${theme.spacing(1)};
}
`

const StyledTextInput = styled(TextInput)`
Expand Down

0 comments on commit 6e54c8d

Please sign in to comment.