Skip to content

Commit

Permalink
Reduce top margin in RoleFormPaymentStream and RoleFormPaymentStreamT…
Browse files Browse the repository at this point in the history
…ermed components for improved layout consistency
  • Loading branch information
Da-Colon committed Dec 4, 2024
1 parent 6014d08 commit 27a1595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Roles/forms/RoleFormPaymentStream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function RoleFormPaymentStream({ formIndex }: { formIndex: number
<>
<Box
p="1.5rem"
mt={8}
mt={4}
bg="neutral-2"
boxShadow={{
base: DETAILS_BOX_SHADOW,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Roles/forms/RoleFormPaymentStreamTermed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export default function RoleFormPaymentStreamTermed({ paymentIndex }: { paymentI
bg="neutral-2"
borderRadius="0.5rem"
p="1.5rem"
mt={8}
mt={4}
>
<ShadowedBox>
<SectionTitle
Expand Down

0 comments on commit 27a1595

Please sign in to comment.