remove left border radius

This commit is contained in:
Abhinav 2022-07-05 16:36:45 +05:30
parent 3cc1756dc3
commit 9fb9090520

View file

@ -82,6 +82,8 @@ export function PlanRow({
<PlanButton <PlanButton
sx={{ sx={{
justifyContent: 'flex-end', justifyContent: 'flex-end',
borderTopLeftRadius: 0,
borderBottomLeftRadius: 0,
}} }}
size="large" size="large"
onClick={handleClick}> onClick={handleClick}>