Skip to content

Commit

Permalink
chore: remove unintended box-flex switch
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Mar 1, 2024
1 parent dbae29d commit 79b8d6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ import { getPaymentViewStates, PaymentViewStates } from './utils'
const PaymentFormWrapper = ({ children }: { children: React.ReactNode }) => {
return (
<PublicFormWrapper>
<Flex
<Box
pt={{ base: '2.5rem', md: '0' }}
mb={{ base: '1.5rem', md: '0' }}
w="100%"
>
<Container w="100%" maxW="57rem" p={0}>
{children}
</Container>
</Flex>
</Box>
</PublicFormWrapper>
)
}
Expand Down

0 comments on commit 79b8d6b

Please sign in to comment.