diff --git a/src/components/pages/gallery/PlanSelector/plans/planRow.tsx b/src/components/pages/gallery/PlanSelector/plans/planRow.tsx index 6b1c2f2db..206bc262e 100644 --- a/src/components/pages/gallery/PlanSelector/plans/planRow.tsx +++ b/src/components/pages/gallery/PlanSelector/plans/planRow.tsx @@ -46,7 +46,7 @@ const ActivePlanButton = styled((props: ButtonProps) => ( transition: 'transform .2s ease-in-out', }, '&:hover .MuiButton-endIcon': { - transform: 'translateX(10px)', + transform: 'translateX(4px)', }, }));