move plan arrow by 4px

This commit is contained in:
Abhinav 2022-07-06 10:23:53 +05:30
parent 8b4f36d927
commit bb4f6ee29b

View file

@ -46,7 +46,7 @@ const ActivePlanButton = styled((props: ButtonProps) => (
transition: 'transform .2s ease-in-out', transition: 'transform .2s ease-in-out',
}, },
'&:hover .MuiButton-endIcon': { '&:hover .MuiButton-endIcon': {
transform: 'translateX(10px)', transform: 'translateX(4px)',
}, },
})); }));