diff --git a/src/components/entity/EntityHover.tsx b/src/components/entity/EntityHover.tsx index 7f8635c0..79bdc547 100644 --- a/src/components/entity/EntityHover.tsx +++ b/src/components/entity/EntityHover.tsx @@ -85,12 +85,12 @@ export default function EntityHover({ gridClass, 'transition-opacity duration-300', photos ? 'opacity-0' : 'opacity-100', - 'bg-gray-100 dark:bg-gray-800', + 'bg-gray-100 dark:bg-gray-900', )}> {Array.from({ length: photosToShow }).map((_, index) =>
)}
{/* Text guard */}