Skip to content

Commit

Permalink
misc(plan details) update spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Aug 20, 2024
1 parent 2d599c7 commit cf0b5f1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/plans/details/PlanDetailsChargesSection.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Stack } from '@mui/material'
import styled from 'styled-components'

import { Accordion, Typography } from '~/components/designSystem'
Expand Down Expand Up @@ -56,7 +57,7 @@ const PlanDetailsChargesSection = ({
return (
<Container>
{!!meteredCharges?.length && (
<ChargeSectionWrapper>
<Stack direction="column" gap={6}>
<div>
<Typography variant="bodyHl" color="grey700">
{translate('text_64d2713ec021c6005ef64e03')}
Expand Down Expand Up @@ -168,10 +169,10 @@ const PlanDetailsChargesSection = ({
</ChargeSectionWrapper>
</Accordion>
))}
</ChargeSectionWrapper>
</Stack>
)}
{!!recurringCharges?.length && (
<ChargeSectionWrapper>
<Stack direction="column" gap={6}>
<div>
<Typography variant="bodyHl" color="grey700">
{translate('text_64d271e20a9c11005bd6688a')}
Expand Down Expand Up @@ -279,7 +280,7 @@ const PlanDetailsChargesSection = ({
</ChargeSectionWrapper>
</Accordion>
))}
</ChargeSectionWrapper>
</Stack>
)}
</Container>
)
Expand Down

0 comments on commit cf0b5f1

Please sign in to comment.