Skip to content

Commit b0dec06

Browse files
committed
chore(dashboard): fix hover effect overlay
1 parent 571825e commit b0dec06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps/app-dashboard/src/components/explorer/ui/FeaturedApps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function FeaturedAppCard({ app, handleAppClick }: FeaturedAppCardProps) {
7272
</div>
7373

7474
{/* Hover effect overlay */}
75-
<div className="absolute inset-0 bg-black/0 group-hover:bg-black/5 transition-colors duration-300 z-10" />
75+
<div className="absolute inset-0 bg-black/0 group-hover:bg-black/5 transition-colors duration-300 z-30" />
7676
</div>
7777
);
7878
}

0 commit comments

Comments
 (0)