diff --git a/apps/dashboard/src/components/dashboard/FeaturesSpotlight/FeatureCard.tsx b/apps/dashboard/src/components/dashboard/FeaturesSpotlight/FeatureCard.tsx index 4ed0afe..18cb190 100644 --- a/apps/dashboard/src/components/dashboard/FeaturesSpotlight/FeatureCard.tsx +++ b/apps/dashboard/src/components/dashboard/FeaturesSpotlight/FeatureCard.tsx @@ -56,7 +56,7 @@ export function FeatureCard({ const baseClasses = ` relative border border-border rounded-xl p-6 bg-card - flex flex-col min-w-[280px] flex-1 + flex flex-col cursor-pointer transition-all duration-150 hover:border-primary/50 hover:bg-muted/30 hover:scale-[1.02] diff --git a/apps/dashboard/src/components/dashboard/FeaturesSpotlight/index.tsx b/apps/dashboard/src/components/dashboard/FeaturesSpotlight/index.tsx index 553f68e..c06b592 100644 --- a/apps/dashboard/src/components/dashboard/FeaturesSpotlight/index.tsx +++ b/apps/dashboard/src/components/dashboard/FeaturesSpotlight/index.tsx @@ -50,7 +50,7 @@ export function FeaturesSpotlight({ return ( <>