make plan button justify content flex end

This commit is contained in:
Abhinav 2022-07-05 16:31:59 +05:30
parent 06d4cfd414
commit 58bc7f98d4

View file

@ -79,7 +79,12 @@ export function PlanRow({
</FlexWrapper> </FlexWrapper>
</TopAlignedFluidContainer> </TopAlignedFluidContainer>
<Box width="136px"> <Box width="136px">
<PlanButton size="large" onClick={handleClick}> <PlanButton
sx={{
justifyContent: 'flex-end',
}}
size="large"
onClick={handleClick}>
<Box> <Box>
<Typography fontWeight={'bold'} variant="h4"> <Typography fontWeight={'bold'} variant="h4">
{plan.price}{' '} {plan.price}{' '}