diff --git a/components/jellyseerr/discover/GenreSlide.tsx b/components/jellyseerr/discover/GenreSlide.tsx index 36623e20..3ec7f733 100644 --- a/components/jellyseerr/discover/GenreSlide.tsx +++ b/components/jellyseerr/discover/GenreSlide.tsx @@ -48,7 +48,7 @@ const GenreSlide: React.FC = ({ slide, ...props }) => { className="w-28 rounded-lg overflow-hidden border border-neutral-900" id={item.id.toString()} title={item.name} - colors={[]} + colors={['transparent', 'transparent']} contentFit={"cover"} url={jellyseerrApi?.imageProxy( item.backdrops?.[0],