diff --git a/src/components/features/SearchImagesGrid.tsx b/src/components/features/SearchImagesGrid.tsx index 96f45dc..cc11472 100644 --- a/src/components/features/SearchImagesGrid.tsx +++ b/src/components/features/SearchImagesGrid.tsx @@ -136,11 +136,12 @@ export function SearchImagesGrid({ key={`${image.imageUrl}-${originalIndex}`} className={cn( 'break-inside-avoid mb-3 group relative', - 'rounded-lg overflow-hidden', - 'bg-muted/30 dark:bg-muted/20', - 'border border-border/50', + 'rounded overflow-hidden', + 'bg-white dark:bg-zinc-900', + 'ring-1 ring-black/5 dark:ring-white/10', + 'shadow-[0_2px_8px_rgba(0,0,0,0.06)]', 'transition-all duration-200', - 'hover:shadow-lg hover:border-primary/30', + 'hover:shadow-[0_6px_20px_rgba(0,0,0,0.1)]', !isLoaded && 'animate-pulse' )} >