Merge branch 'main' into develop

This commit is contained in:
Ahmed Bouhuolia
2024-08-01 20:10:01 +02:00
4 changed files with 27 additions and 41 deletions

View File

@@ -2,6 +2,7 @@
.root{
margin: 0 auto;
padding: 0 40px;
padding-right: 20px;
}
.periodSwitch {

View File

@@ -21,7 +21,7 @@ export function SubscriptionPlans({
const subscriptionPlans = useSubscriptionPlans();
return (
<Group spacing={14} noWrap align="stretch" {...wrapProps}>
<Group spacing={10} noWrap align="stretch" {...wrapProps}>
{subscriptionPlans.map((plan, index) => (
<SubscriptionPlanMapped key={index} plan={plan} />
))}