diff --git a/src/components/rows/ProductsSlideRow.tsx b/src/components/rows/ProductsSlideRow.tsx index 39ec5f8..54c05a9 100644 --- a/src/components/rows/ProductsSlideRow.tsx +++ b/src/components/rows/ProductsSlideRow.tsx @@ -19,7 +19,7 @@ export default function ProductsSlideRow() { ]} className={cn( 'h-[896px] w-full hover:cursor-grab active:cursor-grabbing sm:h-[1152px]', - 'bg-gradient-to-b from-white via-zinc-200 to-white', + 'bg-gradient-to-b from-white via-zinc-100 to-white', 'dark:from-zinc-950 dark:via-indigo-950 dark:to-zinc-950', )} >